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

/freebsd-11-stable/sys/dev/bktr/
H A Dioctl_bt848.h91 struct eeProm { struct
134 #define BT848_WEEPROM _IOWR('x', 50, struct eeProm) /* write to EEProm */
135 #define BT848_REEPROM _IOWR('x', 51, struct eeProm) /* read from EEProm */
137 #define BT848_SIGNATURE _IOWR('x', 52, struct eeProm) /* read card sig */
H A Dbktr_core.c2216 offset = (((struct eeProm *)arg)->offset);
2217 count = (((struct eeProm *)arg)->count);
2218 buf = &(((struct eeProm *)arg)->bytes[ 0 ]);
2224 offset = (((struct eeProm *)arg)->offset);
2225 count = (((struct eeProm *)arg)->count);
2226 buf = &(((struct eeProm *)arg)->bytes[ 0 ]);
2232 offset = (((struct eeProm *)arg)->offset);
2233 count = (((struct eeProm *)arg)->count);
2234 buf = &(((struct eeProm *)arg)->bytes[ 0 ]);

Completed in 185 milliseconds