Searched refs:write_phy_reg (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A 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() 14702 write_phy_reg(pi, 0xed, val); in wlc_phy_update_mimoconfig_nphy() 14712 write_phy_reg(pi, addr_offset[type] + j, in wlc_phy_ipa_set_tx_digi_filts_nphy() 14718 write_phy_reg(pi, 0x186 + 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() 14729 write_phy_reg(pi, 0x2c5 + j, in wlc_phy_ipa_set_tx_digi_filts_nphy() 14741 write_phy_reg(pi, 0x195 + j, in wlc_phy_ipa_restore_tx_digi_filts_nphy() [all …]
|
| H A D | phy_cmn.c | 257 void write_phy_reg(struct brcms_phy *pi, u16 addr, u16 val) in write_phy_reg() function 611 write_phy_reg(pi, 0xa6, 0x0d); in wlc_phy_anacore() 612 write_phy_reg(pi, 0x8f, 0x0); in wlc_phy_anacore() 613 write_phy_reg(pi, 0xa7, 0x0d); in wlc_phy_anacore() 614 write_phy_reg(pi, 0xa5, 0x0); in wlc_phy_anacore() 616 write_phy_reg(pi, 0xa5, 0x0); in wlc_phy_anacore() 620 write_phy_reg(pi, 0x8f, 0x07ff); in wlc_phy_anacore() 621 write_phy_reg(pi, 0xa6, 0x0fd); in wlc_phy_anacore() 622 write_phy_reg(pi, 0xa5, 0x07ff); in wlc_phy_anacore() 623 write_phy_reg(pi, 0xa7, 0x0fd); in wlc_phy_anacore() [all …]
|
| H A D | phy_int.h | 896 void write_phy_reg(struct brcms_phy *pi, u16 addr, u16 val);
|
| /linux/drivers/firewire/ |
| H A D | ohci.c | 453 static int write_phy_reg(const struct fw_ohci *ohci, int addr, u32 val) in write_phy_reg() function 490 return write_phy_reg(ohci, addr, (ret & ~clear_bits) | set_bits); in update_phy_reg() 1747 reg = write_phy_reg(ohci, 7, port_index); in get_status_for_port() 1799 reg = write_phy_reg(ohci, 7, 0xe0); in detect_initiated_reset() 1809 reg = write_phy_reg(ohci, 8, reg); in detect_initiated_reset()
|