Searched refs:eeProm (Results 1 – 2 of 2) sorted by relevance
284 struct eeProm { struct327 #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 */
2204 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]);