Home
last modified time | relevance | path

Searched defs:nand_interface (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/nand/
H A Dnand.h166 struct nand_interface { struct
168 void (*select) (device_t, bool); /* optional */
169 void (*command) (device_t, uint8_t);
170 void (*address) (device_t, uint8_t);
171 void (*read_buf_1) (device_t, void *, size_t);
172 void (*read_buf_2) (device_t, void *, size_t);
173 void (*read_1) (device_t, uint8_t *);
174 void (*read_2) (device_t, uint16_t *);
175 void (*write_buf_1) (device_t, const void *, size_t);
176 void (*write_buf_2) (device_t, const void *, size_t);
[all …]