Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8712/
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()
Drtl8712_syscfg_bitdef.h95 #define _EESK BIT(2) macro
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_eeprom.c16 *x = *x | _EESK; in up_clk()
27 *x = *x & ~_EESK; in down_clk()
111 x &= ~(_EECS | _EESK); in standby()
170 x &= ~(_EEDI | _EEDO | _EESK | _EEM0); in eeprom_read16()