Searched refs:sys_func (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_8723b.c | 378 u16 sys_func; in rtl8723bu_reset_8051() local 388 sys_func = rtl8xxxu_read16(priv, REG_SYS_FUNC); in rtl8723bu_reset_8051() 389 sys_func &= ~SYS_FUNC_CPU_ENABLE; in rtl8723bu_reset_8051() 390 rtl8xxxu_write16(priv, REG_SYS_FUNC, sys_func); in rtl8723bu_reset_8051() 400 sys_func |= SYS_FUNC_CPU_ENABLE; in rtl8723bu_reset_8051() 401 rtl8xxxu_write16(priv, REG_SYS_FUNC, sys_func); in rtl8723bu_reset_8051()
|
H A D | rtl8xxxu_8188e.c | 576 u16 sys_func; in rtl8188eu_reset_8051() local 578 sys_func = rtl8xxxu_read16(priv, REG_SYS_FUNC); in rtl8188eu_reset_8051() 579 sys_func &= ~SYS_FUNC_CPU_ENABLE; in rtl8188eu_reset_8051() 580 rtl8xxxu_write16(priv, REG_SYS_FUNC, sys_func); in rtl8188eu_reset_8051() 582 sys_func |= SYS_FUNC_CPU_ENABLE; in rtl8188eu_reset_8051() 583 rtl8xxxu_write16(priv, REG_SYS_FUNC, sys_func); in rtl8188eu_reset_8051()
|
H A D | rtl8xxxu_core.c | 1938 u16 sys_func; in rtl8xxxu_reset_8051() local 1944 sys_func = rtl8xxxu_read16(priv, REG_SYS_FUNC); in rtl8xxxu_reset_8051() 1945 sys_func &= ~SYS_FUNC_CPU_ENABLE; in rtl8xxxu_reset_8051() 1946 rtl8xxxu_write16(priv, REG_SYS_FUNC, sys_func); in rtl8xxxu_reset_8051() 1952 sys_func |= SYS_FUNC_CPU_ENABLE; in rtl8xxxu_reset_8051() 1953 rtl8xxxu_write16(priv, REG_SYS_FUNC, sys_func); in rtl8xxxu_reset_8051()
|