Searched refs:rtw_hal_read_bbreg (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/rtl8723bs/include/ |
D | hal_intf.h | 329 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/ |
D | hal_intf.c | 285 u32 rtw_hal_read_bbreg(struct adapter *adapt, u32 regaddr, u32 bitmask) in rtw_hal_read_bbreg() function
|
/drivers/staging/rtl8723bs/hal/ |
D | hal_intf.c | 299 u32 rtw_hal_read_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask) in rtw_hal_read_bbreg() function
|
/drivers/staging/r8188eu/include/ |
D | hal_intf.h | 371 u32 rtw_hal_read_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask);
|
/drivers/staging/r8188eu/core/ |
D | rtw_mp.c | 12 return rtw_hal_read_bbreg(padapter, addr, bitmask); in read_bbreg()
|
/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 3909 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()
|