Searched refs:_EESK (Results 1 – 2 of 2) sorted by relevance
36 *x = *x | _EESK; in up_clk()43 *x = *x & ~_EESK; in down_clk()105 x &= ~(_EECS | _EESK); in standby()161 x &= ~(_EEDI | _EEDO | _EESK | _EEM0); in r8712_eeprom_write16()215 x &= ~(_EEDI | _EEDO | _EESK | _EEM0); in r8712_eeprom_read16()
103 #define _EESK BIT(2) macro