write_bbreg 325 drivers/staging/rtl8723bs/hal/hal_intf.c if (padapter->HalFunc.write_bbreg) write_bbreg 326 drivers/staging/rtl8723bs/hal/hal_intf.c padapter->HalFunc.write_bbreg(padapter, RegAddr, BitMask, Data); write_bbreg 2208 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c pHalFunc->write_bbreg = &PHY_SetBBReg_8723B; write_bbreg 245 drivers/staging/rtl8723bs/include/hal_intf.h void (*write_bbreg)(struct adapter *padapter, u32 RegAddr, u32 BitMask, u32 Data); write_bbreg 437 drivers/staging/rtl8723bs/include/rtw_mp.h void write_bbreg(struct adapter *padapter, u32 addr, u32 bitmask, u32 val);