Searched refs:b43_hf_write (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43/ ! |
D | main.h | 72 void b43_hf_write(struct b43_wldev *dev, u64 value);
|
D | phy_g.c | 970 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_ACIW); in b43_radio_interference_mitigation_enable() 1064 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_ACIW); in b43_radio_interference_mitigation_disable() 1599 b43_hf_write(dev, b43_hf_read(dev) in b43_phy_initb6() 1887 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_HWPCTL); in b43_hardware_pctl_init_gphy() 1906 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_HWPCTL); in b43_hardware_pctl_init_gphy() 2115 b43_hf_write(dev, in b43_gphy_channel_switch() 2118 b43_hf_write(dev, in b43_gphy_channel_switch() 2661 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_ANTDIVHELP); in b43_gphy_op_set_rx_antenna() 2702 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_ANTDIVHELP); in b43_gphy_op_set_rx_antenna()
|
D | main.c | 585 void b43_hf_write(struct b43_wldev *dev, u64 value) in b43_hf_write() function 3766 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_EDCF); in b43_qos_init() 3778 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_EDCF); in b43_qos_init() 4249 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_USEDEFKEYS); in b43_op_set_key() 4251 b43_hf_write(dev, in b43_op_set_key() 4705 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable() 4880 b43_hf_write(dev, hf); in b43_wireless_core_init() 5134 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_SKCFPUP); in b43_op_sw_scan_start_notifier() 5149 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_SKCFPUP); in b43_op_sw_scan_complete_notifier()
|
D | phy_lp.c | 315 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_PR45960W); in lpphy_baseband_rev0_1_init() 1350 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_ANTDIVHELP); in b43_lpphy_op_set_rx_antenna() 1355 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_ANTDIVHELP); in b43_lpphy_op_set_rx_antenna()
|
D | phy_n.c | 3405 b43_hf_write(dev, b43_hf_read(dev) | in b43_nphy_workarounds_rev1_2() 3653 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_TSSIRPSMW); in b43_nphy_tx_power_ctrl() 3724 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_TSSIRPSMW); in b43_nphy_tx_power_ctrl()
|