Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dbt8xx.h281 struct eeProm { struct
324 #define BT848_WEEPROM _IOWR('x', 50, struct eeProm) /* write to EEProm */
325 #define BT848_REEPROM _IOWR('x', 51, struct eeProm) /* read from EEProm */
327 #define BT848_SIGNATURE _IOWR('x', 52, struct eeProm) /* read card sig */
/mirbsd/src/sys/dev/pci/bktr/
Dbktr_core.c2156 offset = (((struct eeProm *)arg)->offset);
2157 count = (((struct eeProm *)arg)->count);
2158 buf = &(((struct eeProm *)arg)->bytes[ 0 ]);
2164 offset = (((struct eeProm *)arg)->offset);
2165 count = (((struct eeProm *)arg)->count);
2166 buf = &(((struct eeProm *)arg)->bytes[ 0 ]);
2172 offset = (((struct eeProm *)arg)->offset);
2173 count = (((struct eeProm *)arg)->count);
2174 buf = &(((struct eeProm *)arg)->bytes[ 0 ]);