Searched refs:eepromBitsToRx (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/net/
H A Dns_gige.cc108 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
[all...]
H A Dns_gige.hh230 uint8_t eepromBitsToRx; member in class:NSGigE

Completed in 10 milliseconds