Home
last modified time | relevance | path

Searched refs:atl1e_read_phy_reg (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c153 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
154 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
217 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1e_link_chg_event()
218 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1e_link_chg_event()
449 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read()
481 if (atl1e_read_phy_reg(&adapter->hw, data->reg_num & 0x1F, in atl1e_mii_ioctl()
1223 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int()
2094 atl1e_read_phy_reg(hw, MII_BMSR, &mii_bmsr_data); in atl1e_suspend()
2095 atl1e_read_phy_reg(hw, MII_BMSR, &mii_bmsr_data); in atl1e_suspend()
2118 atl1e_read_phy_reg(hw, MII_BMSR, in atl1e_suspend()
[all …]
H A Datl1e_ethtool.c188 atl1e_read_phy_reg(hw, MII_BMCR, &phy_data); in atl1e_get_regs()
190 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_get_regs()
H A Datl1e_hw.c200 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function
589 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()
H A Datl1e_hw.h27 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c153 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
154 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
217 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1e_link_chg_event()
218 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1e_link_chg_event()
449 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read()
481 if (atl1e_read_phy_reg(&adapter->hw, data->reg_num & 0x1F, in atl1e_mii_ioctl()
1223 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int()
2094 atl1e_read_phy_reg(hw, MII_BMSR, &mii_bmsr_data); in atl1e_suspend()
2095 atl1e_read_phy_reg(hw, MII_BMSR, &mii_bmsr_data); in atl1e_suspend()
2118 atl1e_read_phy_reg(hw, MII_BMSR, in atl1e_suspend()
[all …]
H A Datl1e_ethtool.c188 atl1e_read_phy_reg(hw, MII_BMCR, &phy_data); in atl1e_get_regs()
190 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_get_regs()
H A Datl1e_hw.c200 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function
589 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()
H A Datl1e_hw.h27 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c153 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
154 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
217 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1e_link_chg_event()
218 atl1e_read_phy_reg(&adapter->hw, MII_BMSR, &phy_data); in atl1e_link_chg_event()
449 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read()
481 if (atl1e_read_phy_reg(&adapter->hw, data->reg_num & 0x1F, in atl1e_mii_ioctl()
1223 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int()
2094 atl1e_read_phy_reg(hw, MII_BMSR, &mii_bmsr_data); in atl1e_suspend()
2095 atl1e_read_phy_reg(hw, MII_BMSR, &mii_bmsr_data); in atl1e_suspend()
2118 atl1e_read_phy_reg(hw, MII_BMSR, in atl1e_suspend()
[all …]
H A Datl1e_ethtool.c188 atl1e_read_phy_reg(hw, MII_BMCR, &phy_data); in atl1e_get_regs()
190 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_get_regs()
H A Datl1e_hw.c200 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function
589 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()
H A Datl1e_hw.h27 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Datl1e.c134 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
135 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
179 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read()
711 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int()
1351 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function
1699 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()
H A Datl1e.h281 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/
H A Datl1e.c134 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
135 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
179 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read()
711 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int()
1351 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function
1699 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()
H A Datl1e.h281 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/
H A Datl1e.c134 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
135 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
179 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read()
711 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int()
1351 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function
1699 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()
H A Datl1e.h281 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/
H A Datl1e.c134 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
135 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
179 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read()
711 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int()
1351 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function
1699 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()
H A Datl1e.h281 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Datl1e.c134 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
135 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
179 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read()
711 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int()
1351 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function
1699 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/
H A Datl1e.c134 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
135 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
179 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read()
711 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int()
1351 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function
1699 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/
H A Datl1e.c134 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
135 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
179 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read()
711 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int()
1351 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function
1699 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/
H A Datl1e.c134 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
135 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
179 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read()
711 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int()
1351 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function
1699 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/
H A Datl1e.c134 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
135 atl1e_read_phy_reg(hw, MII_BMSR, &phy_data); in atl1e_check_link()
179 atl1e_read_phy_reg(&adapter->hw, reg_num & MDIO_REG_ADDR_MASK, &result); in atl1e_mdio_read()
717 atl1e_read_phy_reg(&adapter->hw, MII_INT_STATUS, &phy_data); in atl1e_clear_phy_int()
1360 int atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data) in atl1e_read_phy_reg() function
1708 err = atl1e_read_phy_reg(hw, MII_AT001_PSSR, &phy_data); in atl1e_get_speed_and_duplex()

12