Searched refs:eflash_softc (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/emips/ebus/ |
| D | flash_ebus.c | 170 struct eflash_softc { struct 228 CFATTACH_DECL_NEW(flash_ebus, sizeof (struct eflash_softc), argument 232 static int flash_identify(struct eflash_softc*); 237 static int eflash_read_at (struct eflash_softc *sc, daddr_t start_sector, char *buffer, 239 static int eflash_write_at(struct eflash_softc *sc, daddr_t start_sector, char *buffer, 263 struct eflash_softc *sc = device_private(self); in eflash_ebus_attach() 366 void (*write_uint8) (struct eflash_softc *sc, volatile void *Offset, uint8_t Value); 367 void (*read_uint8) (struct eflash_softc *sc, volatile void *Offset, uint8_t *Value); 368 void (*write_uint16) (struct eflash_softc *sc, volatile void *Offset, uint16_t Value); 369 void (*read_uint16) (struct eflash_softc *sc, volatile void *Offset, uint16_t *Value); [all …]
|