Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_eeprom.c24 *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()
H A Drtl8712_syscfg_bitdef.h95 #define _EESK BIT(2) macro