FreeCalypso > hg > freecalypso-tools
comparison loadtools/flash.h @ 979:c5133c3c11b1
fc-loadtool flash: implement PL-J PPB programming functions
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 02 Dec 2023 04:21:59 +0000 |
| parents | ff4ce8d5ece4 |
| children |
comparison
equal
deleted
inserted
replaced
| 978:a400bb4a1620 | 979:c5133c3c11b1 |
|---|---|
| 59 struct lock_group_desc groups[MAX_AMD_LOCK_GROUPS]; | 59 struct lock_group_desc groups[MAX_AMD_LOCK_GROUPS]; |
| 60 int have_status_word_3; | 60 int have_status_word_3; |
| 61 int have_status_word_7; | 61 int have_status_word_7; |
| 62 int have_mode_lock_bits; | 62 int have_mode_lock_bits; |
| 63 int have_pln_lock_reg; | 63 int have_pln_lock_reg; |
| 64 int (*ppb_program_one)(); | |
| 65 int (*ppb_program_all)(); | |
| 66 int (*ppb_erase_all)(); | |
| 64 }; | 67 }; |
| 65 | 68 |
| 66 struct flash_device { | 69 struct flash_device { |
| 67 char *name; | 70 char *name; |
| 68 struct cfi_check *cfi_table; | 71 struct cfi_check *cfi_table; |
