Searched refs:write_phy_reg (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 14139 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 …]
|
D | phy_lcn.c | 1404 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 …]
|
D | phy_cmn.c | 279 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 …]
|
D | phy_int.h | 896 void write_phy_reg(struct brcms_phy *pi, u16 addr, u16 val);
|
/linux-6.1.9/drivers/firewire/ |
D | ohci.c | 576 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()
|