Lines Matching refs:eepromBitsToRx
108 eepromState(eepromStart), eepromClk(false), eepromBitsToRx(0),
1811 eepromBitsToRx = 2;
1819 --eepromBitsToRx;
1822 if (eepromBitsToRx == 0) {
1828 eepromBitsToRx = 6;
1836 --eepromBitsToRx;
1839 if (eepromBitsToRx == 0) {
1869 eepromBitsToRx = 16;
1883 --eepromBitsToRx;
1886 if (eepromBitsToRx == 0) {
2157 SERIALIZE_SCALAR(eepromBitsToRx);
2336 UNSERIALIZE_SCALAR(eepromBitsToRx);