Searched refs:read_phy_reg (Results 1 – 10 of 10) sorted by relevance
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 96 (read_phy_reg((pi), 0x451) & \ 99 #define txpwrctrl_off(pi) (0x7 != ((read_phy_reg(pi, 0x4a4) & 0xE000) >> 13)) 146 (0 != (read_phy_reg((pi), 0x43b) & (0x1 << 6))) 941 (read_phy_reg((pi), 0x4a4) & \ 947 ((read_phy_reg(pi, 0x4a5) & \ 952 (read_phy_reg(pi, 0x473) & 0x1ff) 955 ((read_phy_reg(pi, 0x4a7) & \ 968 (0x8000 == (read_phy_reg(pi, 0x476) & 0x8000)) 1066 dac_gain = read_phy_reg(pi, 0x439) >> 0; in wlc_lcnphy_get_tx_gain() 1069 rfgain0 = (read_phy_reg(pi, 0x4b5) & (0xffff << 0)) >> 0; in wlc_lcnphy_get_tx_gain() [all …]
|
D | phy_n.c | 268 (read_phy_reg((pi), 0x1e7) & \ 14130 phybist0 = read_phy_reg(pi, 0x0e); in wlc_phy_bist_check_phy() 14131 phybist1 = read_phy_reg(pi, 0x0f); in wlc_phy_bist_check_phy() 14132 phybist2 = read_phy_reg(pi, 0xea); in wlc_phy_bist_check_phy() 14133 phybist3 = read_phy_reg(pi, 0xeb); in wlc_phy_bist_check_phy() 14134 phybist4 = read_phy_reg(pi, 0x156); in wlc_phy_bist_check_phy() 14711 val = read_phy_reg(pi, 0xed); in wlc_phy_update_mimoconfig_nphy() 15270 currband = read_phy_reg(pi, 0x09) & NPHY_BandControl_currentBand; in wlc_phy_workarounds_nphy_gainctrl_2057_rev6() 15629 read_phy_reg(pi, 0x09) & NPHY_BandControl_currentBand; in wlc_phy_workarounds_nphy_gainctrl() 17092 if (read_phy_reg(pi, 0xa0) & NPHY_MLenable) in wlc_phy_workarounds_nphy() [all …]
|
D | phy_cmn.c | 282 u16 read_phy_reg(struct brcms_phy *pi, u16 addr) in read_phy_reg() function 854 read_phy_reg(pi, pi->tbl_data_lo); in wlc_phy_table_data_write() 888 read_phy_reg(pi, tblDataLo); in wlc_phy_write_table() 924 (void)read_phy_reg(pi, tblDataLo); in wlc_phy_read_table() 931 ptbl_32b[idx] = read_phy_reg(pi, tblDataLo); in wlc_phy_read_table() 932 ptbl_32b[idx] |= (read_phy_reg(pi, tblDataHi) << 16); in wlc_phy_read_table() 934 ptbl_16b[idx] = read_phy_reg(pi, tblDataLo); in wlc_phy_read_table() 936 ptbl_8b[idx] = (u8) read_phy_reg(pi, tblDataLo); in wlc_phy_read_table() 2006 estPower1 = read_phy_reg(pi, 0x118); in wlc_phy_txpower_est_power_nphy() 2007 estPower2 = read_phy_reg(pi, 0x119); in wlc_phy_txpower_est_power_nphy() [all …]
|
D | phy_int.h | 913 u16 read_phy_reg(struct brcms_phy *pi, u16 addr);
|
/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_api.c | 89 .read_phy_reg = pch_gbe_phy_read_reg_miic, 174 if (!hw->func->read_phy_reg) in pch_gbe_hal_read_phy_reg() 176 return hw->func->read_phy_reg(hw, offset, data); in pch_gbe_hal_read_phy_reg()
|
D | pch_gbe.h | 346 s32 (*read_phy_reg) (struct pch_gbe_hw *, u32, u16 *); member
|
/drivers/firewire/ |
D | core.h | 62 int (*read_phy_reg)(struct fw_card *card, int address); member
|
D | ohci.c | 562 static int read_phy_reg(struct fw_ohci *ohci, int addr) in read_phy_reg() function 615 int ret = read_phy_reg(ohci, addr); in update_phy_reg() 637 return read_phy_reg(ohci, addr); in read_paged_phy_reg() 646 ret = read_phy_reg(ohci, addr); in ohci_read_phy_reg() 1782 reg = read_phy_reg(ohci, 8); in get_status_for_port() 1820 reg = read_phy_reg(ohci, 8); in initiated_reset() 1824 reg = read_phy_reg(ohci, 12); /* read register 12 */ in initiated_reset() 2213 ret = read_phy_reg(ohci, 2); in configure_1394a_enhancements() 2258 reg = read_phy_reg(ohci, 2); in probe_tsb41ba3d() 3512 .read_phy_reg = ohci_read_phy_reg,
|
D | core-card.c | 659 .read_phy_reg = dummy_read_phy_reg,
|
D | core-transaction.c | 465 gap_count = card->driver->read_phy_reg(card, 1); in fw_send_phy_config()
|