Home
last modified time | relevance | path

Searched refs:read_phy_reg (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c85 (read_phy_reg((pi), 0x451) & \
88 #define txpwrctrl_off(pi) (0x7 != ((read_phy_reg(pi, 0x4a4) & 0xE000) >> 13))
135 (0 != (read_phy_reg((pi), 0x43b) & (0x1 << 6)))
875 (read_phy_reg((pi), 0x4a4) & \
881 ((read_phy_reg(pi, 0x4a5) & \
886 (read_phy_reg(pi, 0x473) & 0x1ff)
889 ((read_phy_reg(pi, 0x4a7) & \
902 (0x8000 == (read_phy_reg(pi, 0x476) & 0x8000))
1000 dac_gain = read_phy_reg(pi, 0x439) >> 0; in wlc_lcnphy_get_tx_gain()
1003 rfgain0 = (read_phy_reg(pi, 0x4b5) & (0xffff << 0)) >> 0; in wlc_lcnphy_get_tx_gain()
[all …]
Dphy_n.c257 (read_phy_reg((pi), 0x1e7) & \
14119 phybist0 = read_phy_reg(pi, 0x0e); in wlc_phy_bist_check_phy()
14120 phybist1 = read_phy_reg(pi, 0x0f); in wlc_phy_bist_check_phy()
14121 phybist2 = read_phy_reg(pi, 0xea); in wlc_phy_bist_check_phy()
14122 phybist3 = read_phy_reg(pi, 0xeb); in wlc_phy_bist_check_phy()
14123 phybist4 = read_phy_reg(pi, 0x156); in wlc_phy_bist_check_phy()
14700 val = read_phy_reg(pi, 0xed); in wlc_phy_update_mimoconfig_nphy()
15259 currband = read_phy_reg(pi, 0x09) & NPHY_BandControl_currentBand; in wlc_phy_workarounds_nphy_gainctrl_2057_rev6()
15618 read_phy_reg(pi, 0x09) & NPHY_BandControl_currentBand; in wlc_phy_workarounds_nphy_gainctrl()
16979 if (read_phy_reg(pi, 0xa0) & NPHY_MLenable) in wlc_phy_workarounds_nphy_rev1()
[all …]
Dphy_cmn.c271 u16 read_phy_reg(struct brcms_phy *pi, u16 addr) in read_phy_reg() function
843 read_phy_reg(pi, pi->tbl_data_lo); in wlc_phy_table_data_write()
877 read_phy_reg(pi, tblDataLo); in wlc_phy_write_table()
913 (void)read_phy_reg(pi, tblDataLo); in wlc_phy_read_table()
920 ptbl_32b[idx] = read_phy_reg(pi, tblDataLo); in wlc_phy_read_table()
921 ptbl_32b[idx] |= (read_phy_reg(pi, tblDataHi) << 16); in wlc_phy_read_table()
923 ptbl_16b[idx] = read_phy_reg(pi, tblDataLo); in wlc_phy_read_table()
925 ptbl_8b[idx] = (u8) read_phy_reg(pi, tblDataLo); in wlc_phy_read_table()
1993 estPower1 = read_phy_reg(pi, 0x118); in wlc_phy_txpower_est_power_nphy()
1994 estPower2 = read_phy_reg(pi, 0x119); in wlc_phy_txpower_est_power_nphy()
[all …]
Dphy_int.h895 u16 read_phy_reg(struct brcms_phy *pi, u16 addr);
/linux-6.1.9/drivers/firewire/
Dcore.h63 int (*read_phy_reg)(struct fw_card *card, int address); member
Dohci.c549 static int read_phy_reg(struct fw_ohci *ohci, int addr) in read_phy_reg() function
602 int ret = read_phy_reg(ohci, addr); in update_phy_reg()
624 return read_phy_reg(ohci, addr); in read_paged_phy_reg()
633 ret = read_phy_reg(ohci, addr); in ohci_read_phy_reg()
1769 reg = read_phy_reg(ohci, 8); in get_status_for_port()
1807 reg = read_phy_reg(ohci, 8); in initiated_reset()
1811 reg = read_phy_reg(ohci, 12); /* read register 12 */ in initiated_reset()
2200 ret = read_phy_reg(ohci, 2); in configure_1394a_enhancements()
2245 reg = read_phy_reg(ohci, 2); in probe_tsb41ba3d()
3498 .read_phy_reg = ohci_read_phy_reg,
Dcore-card.c655 .read_phy_reg = dummy_read_phy_reg,
Dcore-transaction.c461 gap_count = card->driver->read_phy_reg(card, 1); in fw_send_phy_config()