Home
last modified time | relevance | path

Searched refs:b43_write16 (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_ac.c41 b43_write16(dev, B43_MMIO_PHY_DATA, in b43_phy_ac_op_maskset()
55 b43_write16(dev, B43_MMIO_RADIO24_DATA, value); in b43_phy_ac_op_radio_write()
H A Dphy_g.c176 b43_write16(dev, B43_MMIO_CHANNEL, in b43_synth_pu_workaround()
179 b43_write16(dev, B43_MMIO_CHANNEL, channel2freq_bg(1)); in b43_synth_pu_workaround()
182 b43_write16(dev, B43_MMIO_CHANNEL, channel2freq_bg(channel)); in b43_synth_pu_workaround()
192 b43_write16(dev, B43_MMIO_PHY0, (b43_read16(dev, B43_MMIO_PHY0) in b43_gphy_set_baseband_attenuation()
574 b43_write16(dev, 0x03E2, b43_read16(dev, 0x03E2) | 0x8000); in b43_calc_nrssi_slope()
629 b43_write16(dev, B43_MMIO_CHANNEL_EXT, in b43_calc_nrssi_slope()
677 b43_write16(dev, 0x03E2, backup[7]); in b43_calc_nrssi_slope()
678 b43_write16(dev, 0x03E6, backup[8]); in b43_calc_nrssi_slope()
679 b43_write16(dev, B43_MMIO_CHANNEL_EXT, backup[9]); in b43_calc_nrssi_slope()
1270 b43_write16(dev, 0x3EC, 0x3F3F); in b43_radio_init2050()
[all …]
H A Dpio.h122 b43_write16(q->dev, q->mmio_base + offset, value); in b43_piotx_write16()
145 b43_write16(q->dev, q->mmio_base + offset, value); in b43_piorx_write16()
H A Dleds.c31 b43_write16(dev, B43_MMIO_GPIO_CONTROL, ctl); in b43_led_turn_on()
44 b43_write16(dev, B43_MMIO_GPIO_CONTROL, ctl); in b43_led_turn_off()
H A Db43.h1031 static inline void b43_write16(struct b43_wldev *dev, u16 offset, u16 value) in b43_write16() function
1039 b43_write16(dev, offset, value); in b43_write16f()
1049 b43_write16(dev, offset, (b43_read16(dev, offset) & mask) | set); in b43_maskset16()
H A Dlo.c443 b43_write16(dev, 0x3E2, b43_read16(dev, 0x3E2) in lo_measure_setup()
446 b43_write16(dev, 0x3F4, b43_read16(dev, 0x3F4) in lo_measure_setup()
516 b43_write16(dev, 0x3F4, sav->reg_3F4); in lo_measure_restore()
527 b43_write16(dev, 0x3E2, sav->reg_3E2); in lo_measure_restore()
H A Dphy_ht.c316 b43_write16(dev, B43_MMIO_PSM_PHY_HDR, in b43_phy_ht_bphy_reset()
328 b43_write16(dev, B43_MMIO_PSM_PHY_HDR, tmp); in b43_phy_ht_bphy_reset()
1089 b43_write16(dev, B43_MMIO_PHY_DATA, in b43_phy_ht_op_maskset()
1106 b43_write16(dev, B43_MMIO_RADIO24_DATA, value); in b43_phy_ht_op_radio_write()
H A Dphy_common.c291 b43_write16(dev, B43_MMIO_PHY_DATA, value); in b43_phy_write()
553 b43_write16(dev, B43_MMIO_PHY0, on ? 0 : 0xF4); in b43_phyop_switch_analog_generic()
H A Dphy_lcn.c817 b43_write16(dev, B43_MMIO_PHY_DATA, in b43_phy_lcn_op_maskset()
834 b43_write16(dev, B43_MMIO_RADIO24_DATA, value); in b43_phy_lcn_op_radio_write()
H A Dphy_lp.c1413 b43_write16(dev, B43_MMIO_BTCOEX_CTL, 0x3); in lpphy_btcoex_override()
1414 b43_write16(dev, B43_MMIO_BTCOEX_TXCTL, 0xFF); in lpphy_btcoex_override()
1605 b43_write16(dev, B43_MMIO_CHANNEL, lpphy->channel); in lpphy_pr41573_workaround()
1969 b43_write16(dev, B43_MMIO_PHY_DATA, in b43_lpphy_op_maskset()
1994 b43_write16(dev, B43_MMIO_RADIO_DATA_LOW, value); in b43_lpphy_op_radio_write()
2619 b43_write16(dev, B43_MMIO_CHANNEL, new_channel); in b43_lpphy_op_switch_channel()
H A Ddebugfs.c279 b43_write16(dev, addr, val); in mmio16write__write_file()