Searched refs:b43_hf_write (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | main.h | 85 void b43_hf_write(struct b43_wldev *dev, u64 value);
|
D | phy_g.c | 983 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_ACIW); in b43_radio_interference_mitigation_enable() 1077 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_ACIW); in b43_radio_interference_mitigation_disable() 1612 b43_hf_write(dev, b43_hf_read(dev) in b43_phy_initb6() 1900 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_HWPCTL); in b43_hardware_pctl_init_gphy() 1919 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_HWPCTL); in b43_hardware_pctl_init_gphy() 2128 b43_hf_write(dev, in b43_gphy_channel_switch() 2131 b43_hf_write(dev, in b43_gphy_channel_switch() 2674 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_ANTDIVHELP); in b43_gphy_op_set_rx_antenna() 2715 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_ANTDIVHELP); in b43_gphy_op_set_rx_antenna()
|
D | main.c | 599 void b43_hf_write(struct b43_wldev *dev, u64 value) in b43_hf_write() function 3789 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_EDCF); in b43_qos_init() 3801 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_EDCF); in b43_qos_init() 4272 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_USEDEFKEYS); in b43_op_set_key() 4274 b43_hf_write(dev, in b43_op_set_key() 4728 b43_hf_write(dev, hf); in b43_bluetooth_coext_enable() 4903 b43_hf_write(dev, hf); in b43_wireless_core_init() 5158 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_SKCFPUP); in b43_op_sw_scan_start_notifier() 5173 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_SKCFPUP); in b43_op_sw_scan_complete_notifier()
|
D | phy_lp.c | 327 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_PR45960W); in lpphy_baseband_rev0_1_init() 1362 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_ANTDIVHELP); in b43_lpphy_op_set_rx_antenna() 1367 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_ANTDIVHELP); in b43_lpphy_op_set_rx_antenna()
|
D | phy_n.c | 3416 b43_hf_write(dev, b43_hf_read(dev) | in b43_nphy_workarounds_rev1_2() 3664 b43_hf_write(dev, b43_hf_read(dev) | B43_HF_TSSIRPSMW); in b43_nphy_tx_power_ctrl() 3735 b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_TSSIRPSMW); in b43_nphy_tx_power_ctrl()
|