Searched refs:b43_hf_write (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | main.h | 72 void b43_hf_write(struct b43_wldev *dev, u64 value);
|
H A 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()
|
H A D | main.c | 585 void b43_hf_write(struct b43_wldev *dev, u64 value) in b43_hf_write() function 3768 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_EDCF); in b43_qos_init() 3780 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_EDCF); in b43_qos_init() 4252 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_USEDEFKEYS); in b43_op_set_key() 4254 b43_hf_write(dev, in b43_op_set_key() 4708 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable() 4883 b43_hf_write(dev, hf); in b43_wireless_core_init() 5137 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_SKCFPUP); in b43_op_sw_scan_start_notifier() 5152 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_SKCFPUP); in b43_op_sw_scan_complete_notifier()
|
H A 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()
|
H A D | phy_n.c | 3401 b43_hf_write(dev, b43_hf_read(dev) | in b43_nphy_workarounds_rev1_2() 3649 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_TSSIRPSMW); in b43_nphy_tx_power_ctrl() 3720 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_TSSIRPSMW); in b43_nphy_tx_power_ctrl()
|