Home
last modified time | relevance | path

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

/freebsd-12.1/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.c2218 offset = (((struct eeProm *)arg)->offset);
2219 count = (((struct eeProm *)arg)->count);
2220 buf = &(((struct eeProm *)arg)->bytes[ 0 ]);
2226 offset = (((struct eeProm *)arg)->offset);
2227 count = (((struct eeProm *)arg)->count);
2228 buf = &(((struct eeProm *)arg)->bytes[ 0 ]);
2234 offset = (((struct eeProm *)arg)->offset);
2235 count = (((struct eeProm *)arg)->count);
2236 buf = &(((struct eeProm *)arg)->bytes[ 0 ]);