Home
last modified time | relevance | path

Searched refs:eeProm (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dbt8xx.h284 struct eeProm { struct
327 #define BT848_WEEPROM _IOWR('x', 50, struct eeProm) /* write to EEProm */
328 #define BT848_REEPROM _IOWR('x', 51, struct eeProm) /* read from EEProm */
330 #define BT848_SIGNATURE _IOWR('x', 52, struct eeProm) /* read card sig */
/netbsd-src/sys/dev/pci/bktr/
H A Dbktr_core.c2204 offset = (((struct eeProm *)arg)->offset);
2205 count = (((struct eeProm *)arg)->count);
2206 sbuf = &(((struct eeProm *)arg)->bytes[0]);
2212 offset = (((struct eeProm *)arg)->offset);
2213 count = (((struct eeProm *)arg)->count);
2214 sbuf = &(((struct eeProm *)arg)->bytes[0]);
2220 offset = (((struct eeProm *)arg)->offset);
2221 count = (((struct eeProm *)arg)->count);
2222 sbuf = &(((struct eeProm *)arg)->bytes[0]);