Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/
H A D8723b.c362 u16 sys_func; in rtl8723bu_reset_8051() local
372 sys_func = rtl8xxxu_read16(priv, REG_SYS_FUNC); in rtl8723bu_reset_8051()
373 sys_func &= ~SYS_FUNC_CPU_ENABLE; in rtl8723bu_reset_8051()
374 rtl8xxxu_write16(priv, REG_SYS_FUNC, sys_func); in rtl8723bu_reset_8051()
384 sys_func |= SYS_FUNC_CPU_ENABLE; in rtl8723bu_reset_8051()
385 rtl8xxxu_write16(priv, REG_SYS_FUNC, sys_func); in rtl8723bu_reset_8051()
H A D8188e.c560 u16 sys_func; in rtl8188eu_reset_8051() local
562 sys_func = rtl8xxxu_read16(priv, REG_SYS_FUNC); in rtl8188eu_reset_8051()
563 sys_func &= ~SYS_FUNC_CPU_ENABLE; in rtl8188eu_reset_8051()
564 rtl8xxxu_write16(priv, REG_SYS_FUNC, sys_func); in rtl8188eu_reset_8051()
566 sys_func |= SYS_FUNC_CPU_ENABLE; in rtl8188eu_reset_8051()
567 rtl8xxxu_write16(priv, REG_SYS_FUNC, sys_func); in rtl8188eu_reset_8051()
H A Dcore.c1907 u16 sys_func; in rtl8xxxu_reset_8051() local
1913 sys_func = rtl8xxxu_read16(priv, REG_SYS_FUNC); in rtl8xxxu_reset_8051()
1914 sys_func &= ~SYS_FUNC_CPU_ENABLE; in rtl8xxxu_reset_8051()
1915 rtl8xxxu_write16(priv, REG_SYS_FUNC, sys_func); in rtl8xxxu_reset_8051()
1921 sys_func |= SYS_FUNC_CPU_ENABLE; in rtl8xxxu_reset_8051()
1922 rtl8xxxu_write16(priv, REG_SYS_FUNC, sys_func); in rtl8xxxu_reset_8051()