Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A 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 …]
H A 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()
14695 val = read_phy_reg(pi, 0xed); in wlc_phy_update_mimoconfig_nphy()
15254 currband = read_phy_reg(pi, 0x09) & NPHY_BandControl_currentBand; in wlc_phy_workarounds_nphy_gainctrl_2057_rev6()
15613 read_phy_reg(pi, 0x09) & NPHY_BandControl_currentBand; in wlc_phy_workarounds_nphy_gainctrl()
16974 if (read_phy_reg(pi, 0xa0) & NPHY_MLenable) in wlc_phy_workarounds_nphy_rev1()
[all …]
H A Dphy_cmn.c249 u16 read_phy_reg(struct brcms_phy *pi, u16 addr) in read_phy_reg() function
809 read_phy_reg(pi, pi->tbl_data_lo); in wlc_phy_table_data_write()
843 read_phy_reg(pi, tblDataLo); in wlc_phy_write_table()
879 (void)read_phy_reg(pi, tblDataLo); in wlc_phy_read_table()
886 ptbl_32b[idx] = read_phy_reg(pi, tblDataLo); in wlc_phy_read_table()
887 ptbl_32b[idx] |= (read_phy_reg(pi, tblDataHi) << 16); in wlc_phy_read_table()
889 ptbl_16b[idx] = read_phy_reg(pi, tblDataLo); in wlc_phy_read_table()
891 ptbl_8b[idx] = (u8) read_phy_reg(pi, tblDataLo); in wlc_phy_read_table()
1694 estPower1 = read_phy_reg(pi, 0x118); in wlc_phy_txpower_est_power_nphy()
1695 estPower2 = read_phy_reg(pi, 0x119); in wlc_phy_txpower_est_power_nphy()
[all …]
H A Dphy_int.h895 u16 read_phy_reg(struct brcms_phy *pi, u16 addr);
/linux/drivers/firewire/
H A Dohci.c426 static int read_phy_reg(struct fw_ohci *ohci, int addr) in read_phy_reg() function
479 int ret = read_phy_reg(ohci, addr); in update_phy_reg()
501 return read_phy_reg(ohci, addr); in read_paged_phy_reg()
510 return read_phy_reg(ohci, addr); in ohci_read_phy_reg()
1749 reg = read_phy_reg(ohci, 8); in get_status_for_port()
1801 reg = read_phy_reg(ohci, 8); in detect_initiated_reset()
1812 reg = read_phy_reg(ohci, 12); in detect_initiated_reset()
2199 ret = read_phy_reg(ohci, 2); in configure_1394a_enhancements()
2244 reg = read_phy_reg(ohci, 2); in probe_tsb41ba3d()
3511 .read_phy_reg = ohci_read_phy_reg,
H A Dcore-transaction.c531 gap_count = card->driver->read_phy_reg(card, 1); in fw_send_phy_config()