Home
last modified time | relevance | path

Searched refs:write_phy_reg (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c14139 write_phy_reg(pi, addr, val); in wlc_phy_bphy_init_nphy()
14146 write_phy_reg(pi, NPHY_TO_BPHY_OFF + BPHY_STEP, 0x668); in wlc_phy_bphy_init_nphy()
14330 write_phy_reg(pi, 0x77, holdoff); in wlc_phy_write_txmacreg_nphy()
14331 write_phy_reg(pi, 0xb4, delay); in wlc_phy_write_txmacreg_nphy()
14707 write_phy_reg(pi, 0xed, val); in wlc_phy_update_mimoconfig_nphy()
14717 write_phy_reg(pi, addr_offset[type] + j, in wlc_phy_ipa_set_tx_digi_filts_nphy()
14723 write_phy_reg(pi, 0x186 + j, in wlc_phy_ipa_set_tx_digi_filts_nphy()
14728 write_phy_reg(pi, 0x186 + j, in wlc_phy_ipa_set_tx_digi_filts_nphy()
14734 write_phy_reg(pi, 0x2c5 + j, in wlc_phy_ipa_set_tx_digi_filts_nphy()
14746 write_phy_reg(pi, 0x195 + j, in wlc_phy_ipa_restore_tx_digi_filts_nphy()
[all …]
Dphy_lcn.c1404 write_phy_reg(pi, 0x6da, 0xffff); in wlc_lcnphy_rx_iq_cal()
1430 write_phy_reg(pi, 0x631, Core1TxControl_old); in wlc_lcnphy_rx_iq_cal()
1432 write_phy_reg(pi, 0x44c, RFOverrideVal0_old); in wlc_lcnphy_rx_iq_cal()
1433 write_phy_reg(pi, 0x44d, RFOverrideVal0_old); in wlc_lcnphy_rx_iq_cal()
1434 write_phy_reg(pi, 0x4b0, rfoverride2_old); in wlc_lcnphy_rx_iq_cal()
1435 write_phy_reg(pi, 0x4b1, rfoverride2val_old); in wlc_lcnphy_rx_iq_cal()
1436 write_phy_reg(pi, 0x4f9, rfoverride3_old); in wlc_lcnphy_rx_iq_cal()
1437 write_phy_reg(pi, 0x4fa, rfoverride3val_old); in wlc_lcnphy_rx_iq_cal()
1438 write_phy_reg(pi, 0x938, rfoverride4_old); in wlc_lcnphy_rx_iq_cal()
1439 write_phy_reg(pi, 0x939, rfoverride4val_old); in wlc_lcnphy_rx_iq_cal()
[all …]
Dphy_cmn.c279 void write_phy_reg(struct brcms_phy *pi, u16 addr, u16 val) in write_phy_reg() function
633 write_phy_reg(pi, 0xa6, 0x0d); in wlc_phy_anacore()
634 write_phy_reg(pi, 0x8f, 0x0); in wlc_phy_anacore()
635 write_phy_reg(pi, 0xa7, 0x0d); in wlc_phy_anacore()
636 write_phy_reg(pi, 0xa5, 0x0); in wlc_phy_anacore()
638 write_phy_reg(pi, 0xa5, 0x0); in wlc_phy_anacore()
642 write_phy_reg(pi, 0x8f, 0x07ff); in wlc_phy_anacore()
643 write_phy_reg(pi, 0xa6, 0x0fd); in wlc_phy_anacore()
644 write_phy_reg(pi, 0xa5, 0x07ff); in wlc_phy_anacore()
645 write_phy_reg(pi, 0xa7, 0x0fd); in wlc_phy_anacore()
[all …]
Dphy_int.h896 void write_phy_reg(struct brcms_phy *pi, u16 addr, u16 val);
/Linux-v5.10/arch/mips/netlogic/xlp/
Dahci-init-xlp2.c185 static void write_phy_reg(u64 regbase, u32 addr, u32 physel, u8 data) in write_phy_reg() function
210 write_phy_reg(regbase, reg, port, sata_phy_config1[i]); in config_sata_phy()
213 write_phy_reg(regbase, reg, port, sata_phy_config2[i]); in config_sata_phy()
216 write_phy_reg(regbase, 0x800F, port, 0x1f); in config_sata_phy()
219 write_phy_reg(regbase, 0x0029, port, val | (0x7 << 1)); in config_sata_phy()
222 write_phy_reg(regbase, 0x0056, port, val & ~(1 << 3)); in config_sata_phy()
225 write_phy_reg(regbase, 0x0018, port, val & ~(0x7 << 0)); in config_sata_phy()
/Linux-v5.10/drivers/firewire/
Dohci.c576 static int write_phy_reg(const struct fw_ohci *ohci, int addr, u32 val) in write_phy_reg() function
613 return write_phy_reg(ohci, addr, (ret & ~clear_bits) | set_bits); in update_phy_reg()
1767 reg = write_phy_reg(ohci, 7, port_index); in get_status_for_port()
1805 reg = write_phy_reg(ohci, 7, 0xe0); /* Select page 7 */ in initiated_reset()
1809 reg = write_phy_reg(ohci, 8, reg); /* set PMODE bit */ in initiated_reset()