Searched refs:write_phy_reg (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_n.c | 17730 write_phy_reg(pi, 0x1e9, in wlc_phy_txpwrctrl_pwr_setup_nphy() 17733 write_phy_reg(pi, 0x1ea, in wlc_phy_txpwrctrl_pwr_setup_nphy() 17847 write_phy_reg(pi, 0x1a6, in wlc_phy_restore_rssical_nphy() 17849 write_phy_reg(pi, 0x1ac, in wlc_phy_restore_rssical_nphy() 17851 write_phy_reg(pi, 0x1b2, in wlc_phy_restore_rssical_nphy() 17853 write_phy_reg(pi, 0x1b8, in wlc_phy_restore_rssical_nphy() 17855 write_phy_reg(pi, 0x1a4, in wlc_phy_restore_rssical_nphy() 17857 write_phy_reg(pi, 0x1aa, in wlc_phy_restore_rssical_nphy() 18876 write_phy_reg(pi, 0xe8, in wlc_phy_txlpfbw_nphy() 27538 write_phy_reg(pi, in wlc_phy_cal_rxiq_nphy_rev2() [all …]
|
| H A D | phy_lcn.c | 1533 write_phy_reg(pi, 0x942, 0x7); in wlc_lcnphy_txrx_spur_avoidance_mode() 1542 write_phy_reg(pi, 0x942, 0x0); in wlc_lcnphy_txrx_spur_avoidance_mode() 1576 write_phy_reg(pi, 0x942, 0); in wlc_lcnphy_set_chanspec_tweaks() 1592 write_phy_reg(pi, 0x942, 0); in wlc_lcnphy_set_chanspec_tweaks() 1827 write_phy_reg(pi, addr[j], in wlc_lcnphy_load_tx_iir_filter() 2782 write_phy_reg(pi, 0x453, 0); in wlc_lcnphy_tx_iqlo_cal() 3072 write_phy_reg(pi, 0x4a8, 10); in wlc_lcnphy_tx_pwr_ctrl_init() 3305 write_phy_reg(pi, 0x63f, 1); in wlc_lcnphy_run_samples() 3536 write_phy_reg(pi, 0x5cf, 3); in wlc_lcnphy_samp_cap() 4641 write_phy_reg(pi, 0x44e, 0); in wlc_lcnphy_rev0_baseband_init() [all …]
|
| H A D | phy_cmn.c | 634 write_phy_reg(pi, 0x8f, 0x0); 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() 701 write_phy_reg(pi, 0x22c, 0x46b); in wlc_phy_edcrs_lock() 702 write_phy_reg(pi, 0x22d, 0x46b); in wlc_phy_edcrs_lock() 703 write_phy_reg(pi, 0x22e, 0x3c0); in wlc_phy_edcrs_lock() 704 write_phy_reg(pi, 0x22f, 0x3c0); in wlc_phy_edcrs_lock() 845 write_phy_reg(pi, pi->tbl_addr, in wlc_phy_table_data_write() 879 write_phy_reg(pi, tblAddr, in wlc_phy_write_table() 884 write_phy_reg(pi, tblDataHi, in wlc_phy_write_table() [all …]
|
| H A D | phy_int.h | 896 void write_phy_reg(struct brcms_phy *pi, u16 addr, u16 val);
|
| /linux-6.15/drivers/firewire/ |
| H A D | ohci.c | 661 static int write_phy_reg(const struct fw_ohci *ohci, int addr, u32 val) in write_phy_reg() function 698 return write_phy_reg(ohci, addr, (ret & ~clear_bits) | set_bits); in update_phy_reg() 1891 reg = write_phy_reg(ohci, 7, port_index); in get_status_for_port() 1943 reg = write_phy_reg(ohci, 7, 0xe0); in detect_initiated_reset() 1953 reg = write_phy_reg(ohci, 8, reg); in detect_initiated_reset()
|