Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_eeprom.c37 r8712_write8(padapter, EE_9346CR, (u8)*x); in up_clk()
44 r8712_write8(padapter, EE_9346CR, (u8)*x); in down_clk()
55 x = r8712_read8(padapter, EE_9346CR); in shift_out_bits()
63 r8712_write8(padapter, EE_9346CR, (u8)x); in shift_out_bits()
72 r8712_write8(padapter, EE_9346CR, (u8)x); in shift_out_bits()
82 x = r8712_read8(padapter, EE_9346CR); in shift_in_bits()
90 x = r8712_read8(padapter, EE_9346CR); in shift_in_bits()
104 x = r8712_read8(padapter, EE_9346CR); in standby()
106 r8712_write8(padapter, EE_9346CR, x); in standby()
109 r8712_write8(padapter, EE_9346CR, x); in standby()
[all …]
Drtl8712_syscfg_regdef.h34 #define EE_9346CR (RTL8712_SYSCFG_ + 0x000A) macro
Dusb_intf.c429 tmpU1b = r8712_read8(padapter, EE_9346CR);/*CR9346*/ in r871xu_drv_init()
Drtl871x_mp_ioctl.c301 val8 = r8712_read8(Adapter, EE_9346CR); in oid_rt_pro_start_test_hdl()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_eeprom.c17 rtw_write8(padapter, EE_9346CR, (u8)*x); in up_clk()
28 rtw_write8(padapter, EE_9346CR, (u8)*x); in down_clk()
43 x = rtw_read8(padapter, EE_9346CR); in shift_out_bits()
55 rtw_write8(padapter, EE_9346CR, (u8)x); in shift_out_bits()
66 rtw_write8(padapter, EE_9346CR, (u8)x); in shift_out_bits()
79 x = rtw_read8(padapter, EE_9346CR); in shift_in_bits()
91 x = rtw_read8(padapter, EE_9346CR); in shift_in_bits()
109 x = rtw_read8(padapter, EE_9346CR); in standby()
112 rtw_write8(padapter, EE_9346CR, x); in standby()
116 rtw_write8(padapter, EE_9346CR, x); in standby()
[all …]