Home
last modified time | relevance | path

Searched refs:EESK (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/re/
H A Dre.c31782 #define EESK CR9346_EESK /* EEPROM shift clock (1=high, 0=low)*/ macro
31796 (_x) = (_x) | EESK; \
31801 (_x) = (_x) & ~EESK; \
31885 x &= ~(EEDI | EEDO | EESK | CR9346_EEM0); in re_eeprom_getword()