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