Lines Matching refs:eeProm
2203 case BT848_WEEPROM: /* write eeprom */
2204 offset = (((struct eeProm *)arg)->offset);
2205 count = (((struct eeProm *)arg)->count);
2206 sbuf = &(((struct eeProm *)arg)->bytes[0]);
2211 case BT848_REEPROM: /* read eeprom */
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]);