Searched refs:eeProm (Results 1 – 2 of 2) sorted by relevance
281 struct eeProm { struct324 #define BT848_WEEPROM _IOWR('x', 50, struct eeProm) /* write to EEProm */325 #define BT848_REEPROM _IOWR('x', 51, struct eeProm) /* read from EEProm */327 #define BT848_SIGNATURE _IOWR('x', 52, struct eeProm) /* read card sig */
2156 offset = (((struct eeProm *)arg)->offset);2157 count = (((struct eeProm *)arg)->count);2158 buf = &(((struct eeProm *)arg)->bytes[ 0 ]);2164 offset = (((struct eeProm *)arg)->offset);2165 count = (((struct eeProm *)arg)->count);2166 buf = &(((struct eeProm *)arg)->bytes[ 0 ]);2172 offset = (((struct eeProm *)arg)->offset);2173 count = (((struct eeProm *)arg)->count);2174 buf = &(((struct eeProm *)arg)->bytes[ 0 ]);