Home
last modified time | relevance | path

Searched refs:rtw_hal_read_bbreg (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8723bs/include/
Dhal_intf.h329 u32 rtw_hal_read_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask);
334 #define PHY_QueryBBReg(Adapter, RegAddr, BitMask) rtw_hal_read_bbreg((Adapter), (RegAddr), (BitMask…
/drivers/staging/r8188eu/hal/
Dhal_intf.c285 u32 rtw_hal_read_bbreg(struct adapter *adapt, u32 regaddr, u32 bitmask) in rtw_hal_read_bbreg() function
/drivers/staging/rtl8723bs/hal/
Dhal_intf.c299 u32 rtw_hal_read_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask) in rtw_hal_read_bbreg() function
/drivers/staging/r8188eu/include/
Dhal_intf.h371 u32 rtw_hal_read_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask);
/drivers/staging/r8188eu/core/
Drtw_mp.c12 return rtw_hal_read_bbreg(padapter, addr, bitmask); in read_bbreg()
/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c3909 DBG_88E("read_bbreg(0x%x) = 0x%x\n", arg, rtw_hal_read_bbreg(padapter, arg, 0xffffffff)); in rtw_dbg_port()
3913 DBG_88E("write_bbreg(0x%x) = 0x%x\n", arg, rtw_hal_read_bbreg(padapter, arg, 0xffffffff)); in rtw_dbg_port()