bcma_write16
bcma_write16(dev->bdev, offset, value);
bcma_write16(core, D11REGOFFS(rcm_ctl),
bcma_write16(core, D11REGOFFS(rcm_mat_data), mac_l);
bcma_write16(core, D11REGOFFS(rcm_mat_data), mac_m);
bcma_write16(core, D11REGOFFS(rcm_mat_data), mac_h);
bcma_write16(core, D11REGOFFS(xmtfifocmd), txfifo_cmd);
bcma_write16(core, D11REGOFFS(xmtfifodef), txfifo_def);
bcma_write16(core, D11REGOFFS(xmtfifodef1), txfifo_def1);
bcma_write16(core, D11REGOFFS(xmtfifocmd), txfifo_cmd);
bcma_write16(core, D11REGOFFS(tsf_clk_frac_l), 0x2082);
bcma_write16(core, D11REGOFFS(tsf_clk_frac_h), 0x8);
bcma_write16(core, D11REGOFFS(tsf_clk_frac_l), 0x5341);
bcma_write16(core, D11REGOFFS(tsf_clk_frac_h), 0x8);
bcma_write16(core, D11REGOFFS(tsf_clk_frac_l), 0x8889);
bcma_write16(core, D11REGOFFS(tsf_clk_frac_h), 0x8);
bcma_write16(core, D11REGOFFS(tsf_clk_frac_l), 0x7CE0);
bcma_write16(core, D11REGOFFS(tsf_clk_frac_h), 0xC);
bcma_write16(core, D11REGOFFS(tsf_clk_frac_l), 0xCCCD);
bcma_write16(core, D11REGOFFS(tsf_clk_frac_h), 0xC);
bcma_write16(core, D11REGOFFS(scc_fastpwrup_dly), wlc->fastpwrup_dly);
bcma_write16(core, D11REGOFFS(ifs_aifsn), EDCF_AIFSN_MIN);
bcma_write16(core, D11REGOFFS(ifs_slot), 0x0207);
bcma_write16(core, D11REGOFFS(ifs_slot), 0x0212);
bcma_write16(core, offset, value);
bcma_write16(pi->d11core, D11REGOFFS(radioregdata), val);
bcma_write16(pi->d11core, D11REGOFFS(phy4wdatalo), val);
bcma_write16(pi->d11core, D11REGOFFS(phyregdata), val);
bcma_write16(core, D11REGOFFS(xmtsel), 0);
bcma_write16(core, D11REGOFFS(wepctl), 0x100);
bcma_write16(core, D11REGOFFS(wepctl), 0);
bcma_write16(core, D11REGOFFS(txe_phyctl),
bcma_write16(core, D11REGOFFS(txe_phyctl1), 0x1A02);
bcma_write16(core, D11REGOFFS(txe_wm_0), 0);
bcma_write16(core, D11REGOFFS(txe_wm_1), 0);
bcma_write16(core, D11REGOFFS(xmttplatetxptr), 0);
bcma_write16(core, D11REGOFFS(xmttxcnt), DUMMY_PKT_LEN);
bcma_write16(core, D11REGOFFS(xmtsel),
bcma_write16(core, D11REGOFFS(txe_ctl), 0);
bcma_write16(core, D11REGOFFS(txe_aux), 0xD0);
bcma_write16(core, D11REGOFFS(txe_aux), ((1 << 5) | (1 << 4)));
bcma_write16(pi->d11core, D11REGOFFS(psm_corectlsts),
bcma_write16(pi->d11core, D11REGOFFS(smpl_clct_strptr), 0x7E00);
bcma_write16(pi->d11core, D11REGOFFS(smpl_clct_stpptr), 0x8000);
bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param),
bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), 0x2);
bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), curval2);
bcma_write16(pi->d11core, D11REGOFFS(psm_corectlsts), curval1);
bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param),
bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), val);
bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param),
bcma_write16(pi->d11core, D11REGOFFS(psm_phy_hdr_param), val);
bcma_write16(pi->d11core,
bcma_write16(pi->d11core,
bcma_write16(pi->d11core,
bcma_write16(pi->d11core,
({ bcma_write16(c, o, v); (void)bcma_read16(c, o); })
#define bcma_wflush16(c, o, v) bcma_write16(c, o, v)
bcma_write16(cc, offset, bcma_read16(cc, offset) & mask);
bcma_write16(cc, offset, bcma_read16(cc, offset) | set);
bcma_write16(cc, offset, (bcma_read16(cc, offset) & mask) | set);
#define gmac_cmn_write16(gc, offset, val) bcma_write16((gc)->core, offset, val)
#define pcicore_write16(pc, offset, val) bcma_write16((pc)->core, offset, val)
#define pcie2_write16(pcie2, offset, val) bcma_write16((pcie2)->core, offset, val)