Home
last modified time | relevance | path

Searched refs:and_phy_reg (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c447 void and_phy_reg(phy_info_t *pi, u16 addr, u16 val) in and_phy_reg() function
868 and_phy_reg(pi, 0x43b, in wlc_phy_anacore()
1383 and_phy_reg(pi, 0x44c, in wlc_phy_switch_radio()
1387 and_phy_reg(pi, 0x4b0, ~((0x1 << 3) | (0x1 << 11))); in wlc_phy_switch_radio()
1388 and_phy_reg(pi, 0x4f9, ~(0x1 << 3)); in wlc_phy_switch_radio()
1390 and_phy_reg(pi, 0x44d, in wlc_phy_switch_radio()
1399 and_phy_reg(pi, 0x4b7, ~((0x7f << 8))); in wlc_phy_switch_radio()
1400 and_phy_reg(pi, 0x4b1, ~((0x1 << 13))); in wlc_phy_switch_radio()
1402 and_phy_reg(pi, 0x4fa, ~((0x1 << 3))); in wlc_phy_switch_radio()
Dwlc_phy_lcn.c1175 and_phy_reg(pi, 0x00a, ~(0x228)); in wlc_lcnphy_crsuprs()
1177 and_phy_reg(pi, 0x6da, 0xFF7F); in wlc_lcnphy_crsuprs()
2608 and_phy_reg(pi, 0x43b, ~(u16) ((0x1 << 1) | (0x1 << 4))); in wlc_lcnphy_tx_pu()
2612 and_phy_reg(pi, 0x44c, in wlc_lcnphy_tx_pu()
2618 and_phy_reg(pi, 0x44d, in wlc_lcnphy_tx_pu()
2624 and_phy_reg(pi, 0x4f9, in wlc_lcnphy_tx_pu()
2627 and_phy_reg(pi, 0x4fa, in wlc_lcnphy_tx_pu()
2698 and_phy_reg(pi, 0x453, (u16) ~(0x1 << 15)); in wlc_lcnphy_run_samples()
2831 and_phy_reg(pi, 0x44c, (u16) ~((0x1 << 1) | (0x1 << 0))); in wlc_lcnphy_clear_trsw_override()
3716 and_phy_reg(pi, 0x44a, 0x7f); in WLBANDINITFN()
[all …]
Dwlc_phy_n.c14617 and_phy_reg(pi, 0xa1, ~3); in WLBANDINITFN()
15021 and_phy_reg(pi, 0xa0, ~0x20); in wlc_phy_stf_chain_upd_nphy()
15040 and_phy_reg(pi, 0xa1, ~NPHY_RfseqMode_CoreActv_override); in wlc_phy_stf_chain_upd_nphy()
17325 and_phy_reg(pi, 0x78, ~RFCC_CHIP0_PU); in wlc_phy_switch_radio_nphy()
17370 and_phy_reg(pi, 0x78, ~RFCC_CHIP0_PU); in wlc_phy_switch_radio_nphy()
17380 and_phy_reg(pi, 0x78, ~RFCC_POR_FORCE); in wlc_phy_radio_preinit_2055()
17457 and_phy_reg(pi, 0x78, ~RFCC_CHIP0_PU); in wlc_phy_radio_preinit_205x()
17458 and_phy_reg(pi, 0x78, RFCC_OE_POR_FORCE); in wlc_phy_radio_preinit_205x()
18257 and_phy_reg(pi, 0x342, ~(0x1 << 1)); in wlc_phy_radio205x_rcal()
18997 and_phy_reg(pi, 0x09, ~NPHY_BandControl_currentBand); in wlc_phy_chanspec_nphy_setup()
[all …]
Dwlc_phy_int.h993 extern void and_phy_reg(phy_info_t *pi, u16 addr, u16 val);