Searched refs:_EESK (Results 1 – 2 of 2) sorted by relevance
24 *x = *x | _EESK; in up_clk()31 *x = *x & ~_EESK; in down_clk()93 x &= ~(_EECS | _EESK); in standby()149 x &= ~(_EEDI | _EEDO | _EESK | _EEM0); in r8712_eeprom_write16()203 x &= ~(_EEDI | _EEDO | _EESK | _EEM0); in r8712_eeprom_read16()
95 #define _EESK BIT(2) macro