Changeset 1115 for trunk/chipdrivers.h
- Timestamp:
- 07/29/10 15:09:18 (22 months ago)
- File:
-
- 1 edited
-
trunk/chipdrivers.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/chipdrivers.h
r1083 r1115 48 48 int spi_chip_read(struct flashchip *flash, uint8_t *buf, int start, int len); 49 49 uint8_t spi_read_status_register(void); 50 int spi_prettyprint_status_register_at25df(struct flashchip *flash); 51 int spi_prettyprint_status_register_at25df_sec(struct flashchip *flash); 52 int spi_prettyprint_status_register_at25f(struct flashchip *flash); 53 int spi_prettyprint_status_register_at25fs010(struct flashchip *flash); 54 int spi_prettyprint_status_register_at25fs040(struct flashchip *flash); 50 55 int spi_disable_blockprotect(struct flashchip *flash); 56 int spi_disable_blockprotect_at25df(struct flashchip *flash); 57 int spi_disable_blockprotect_at25df_sec(struct flashchip *flash); 58 int spi_disable_blockprotect_at25f(struct flashchip *flash); 59 int spi_disable_blockprotect_at25fs010(struct flashchip *flash); 60 int spi_disable_blockprotect_at25fs040(struct flashchip *flash); 51 61 int spi_byte_program(int addr, uint8_t databyte); 52 62 int spi_nbyte_program(int addr, uint8_t *bytes, int len);
Note: See TracChangeset
for help on using the changeset viewer.
