Home
last modified time | relevance | path

Searched refs:ad_sel (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/halbb_8852b/
H A Dhalbb_8852b_fwofld_api.c258 enum rtw_dv_sel ad_sel = (enum rtw_dv_sel)((reg_addr & 0x10000) >> 16);
268 if (ad_sel == DAV) {
273 } else if (ad_sel == DDV) {
384 enum rtw_dv_sel ad_sel = (enum rtw_dv_sel)((reg_addr & 0x10000) >> 16);
394 if (ad_sel == DAV) {
399 } else if (ad_sel == DDV) {
H A Dhalbb_8852b_api.c283 enum rtw_dv_sel ad_sel = (enum rtw_dv_sel)((reg_addr & 0x10000) >> 16); in halbb_read_rf_reg_8852b() local
293 if (ad_sel == DAV) { in halbb_read_rf_reg_8852b()
298 } else if (ad_sel == DDV) { in halbb_read_rf_reg_8852b()
517 enum rtw_dv_sel ad_sel = (enum rtw_dv_sel)((reg_addr & 0x10000) >> 16); in halbb_write_rf_reg_8852b() local
527 if (ad_sel == DAV) { in halbb_write_rf_reg_8852b()
532 } else if (ad_sel == DDV) { in halbb_write_rf_reg_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/halbb_8852b/
H A Dhalbb_8852b_fwofld_api.c258 enum rtw_dv_sel ad_sel = (enum rtw_dv_sel)((reg_addr & 0x10000) >> 16);
268 if (ad_sel == DAV) {
273 } else if (ad_sel == DDV) {
384 enum rtw_dv_sel ad_sel = (enum rtw_dv_sel)((reg_addr & 0x10000) >> 16);
394 if (ad_sel == DAV) {
399 } else if (ad_sel == DDV) {
H A Dhalbb_8852b_api.c283 enum rtw_dv_sel ad_sel = (enum rtw_dv_sel)((reg_addr & 0x10000) >> 16); in halbb_read_rf_reg_8852b() local
293 if (ad_sel == DAV) { in halbb_read_rf_reg_8852b()
298 } else if (ad_sel == DDV) { in halbb_read_rf_reg_8852b()
517 enum rtw_dv_sel ad_sel = (enum rtw_dv_sel)((reg_addr & 0x10000) >> 16); in halbb_write_rf_reg_8852b() local
527 if (ad_sel == DAV) { in halbb_write_rf_reg_8852b()
532 } else if (ad_sel == DDV) { in halbb_write_rf_reg_8852b()
/OK3568_Linux_fs/kernel/drivers/pinctrl/sirf/
H A Dpinctrl-atlas7.c5001 u32 bank, u32 ad_sel) in __atlas7_pmx_pin_ad_sel() argument
5012 writel(regv | (ad_sel << conf->ad_ctrl_bit), in __atlas7_pmx_pin_ad_sel()