rtw_hal_read_bbreg  367 drivers/staging/rtl8723bs/include/hal_intf.h u32 rtw_hal_read_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask);
rtw_hal_read_bbreg  372 drivers/staging/rtl8723bs/include/hal_intf.h #define PHY_QueryBBReg(Adapter, RegAddr, BitMask) rtw_hal_read_bbreg((Adapter), (RegAddr), (BitMask))
rtw_hal_read_bbreg 2721 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			DBG_871X("read_bbreg(0x%x) = 0x%x\n", arg, rtw_hal_read_bbreg(padapter, arg, 0xffffffff));
rtw_hal_read_bbreg 2725 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			DBG_871X("write_bbreg(0x%x) = 0x%x\n", arg, rtw_hal_read_bbreg(padapter, arg, 0xffffffff));