HomeSort by: relevance | last modified time | path
    Searched refs:eeProm (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
bt8xx.h 282 * EEProm stuff
284 struct eeProm {
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 */
  /src/sys/dev/pci/bktr/
bktr_core.c 2203 case BT848_WEEPROM: /* write eeprom */
2204 offset = (((struct eeProm *)arg)->offset);
2205 count = (((struct eeProm *)arg)->count);
2206 sbuf = &(((struct eeProm *)arg)->bytes[0]);
2211 case BT848_REEPROM: /* read eeprom */
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)
    [all...]

Completed in 88 milliseconds