Changeset 909 for trunk/chipdrivers.h
- Timestamp:
- Feb 22, 2010 4:52:57 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/chipdrivers.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/chipdrivers.h
r907 r909 61 61 int write_82802ab(struct flashchip *flash, uint8_t *buf); 62 62 63 /* am29f040b.c */64 int probe_29f040b(struct flashchip *flash);65 int erase_29f040b(struct flashchip *flash);66 int erase_sector_29f040b(struct flashchip *flash, unsigned int blockaddr, unsigned int blocksize);67 int erase_chip_29f040b(struct flashchip *flash, unsigned int blockaddr, unsigned int blocksize);68 int write_29f040b(struct flashchip *flash, uint8_t *buf);69 70 /* pm29f002.c */71 int write_pm29f002(struct flashchip *flash, uint8_t *buf);72 73 /* en29f002a.c */74 int probe_en29f002a(struct flashchip *flash);75 int erase_en29f002a(struct flashchip *flash);76 int write_en29f002a(struct flashchip *flash, uint8_t *buf);77 78 63 /* jedec.c */ 79 64 uint8_t oddparity(uint8_t val); … … 91 76 int write_sector_jedec_common(struct flashchip *flash, uint8_t *src, chipaddr dst, unsigned int page_size, unsigned int mask); 92 77 93 /* m29f002.c */94 int erase_m29f002(struct flashchip *flash);95 int write_m29f002t(struct flashchip *flash, uint8_t *buf);96 int write_m29f002b(struct flashchip *flash, uint8_t *buf);97 98 78 /* m29f400bt.c */ 99 79 int probe_m29f400bt(struct flashchip *flash); … … 106 86 void write_page_m29f400bt(chipaddr bios, uint8_t *src, 107 87 chipaddr dst, int page_size); 108 109 /* mx29f002.c */110 int probe_29f002(struct flashchip *flash);111 int erase_29f002(struct flashchip *flash);112 int erase_chip_29f002(struct flashchip *flash, unsigned int addr, unsigned int blocklen);113 int erase_sector_29f002(struct flashchip *flash, unsigned int address, unsigned int blocklen);114 int write_29f002(struct flashchip *flash, uint8_t *buf);115 88 116 89 /* pm49fl00x.c */ … … 131 104 int erase_sector_28sf040(struct flashchip *flash, unsigned int address, unsigned int sector_size); 132 105 int write_28sf040(struct flashchip *flash, uint8_t *buf); 133 134 /* sst39sf020.c */135 int probe_39sf020(struct flashchip *flash);136 int write_39sf020(struct flashchip *flash, uint8_t *buf);137 138 /* sst49lf040.c */139 int erase_49lf040(struct flashchip *flash);140 int write_49lf040(struct flashchip *flash, uint8_t *buf);141 106 142 107 /* sst49lfxxxc.c */ … … 171 136 int probe_w29ee011(struct flashchip *flash); 172 137 173 /* w49f002u.c */174 int write_49f002(struct flashchip *flash, uint8_t *buf);175 176 138 /* stm50flw0x0x.c */ 177 139 int probe_stm50flw0x0x(struct flashchip *flash);
Note: See TracChangeset
for help on using the changeset viewer.
