Searched defs:phy (Results 1 – 10 of 10) sorted by relevance
/qemu/hw/net/fsl_etsec/ |
H A D | miim.c | 34 uint8_t phy; in miim_read_cycle() local 66 uint8_t phy; in miim_write_cycle() local
|
/qemu/hw/net/ |
H A D | e1000x_common.h | 78 e1000x_update_regs_on_link_down(uint32_t *mac, uint16_t *phy) in e1000x_update_regs_on_link_down() 87 e1000x_update_regs_on_link_up(uint32_t *mac, uint16_t *phy) in e1000x_update_regs_on_link_up()
|
H A D | xilinx_axienet.c | 72 static unsigned int tdk_read(struct PHY *phy, unsigned int req) in tdk_read() 137 tdk_write(struct PHY *phy, unsigned int req, unsigned int data) in tdk_write() 154 tdk_init(struct PHY *phy) in tdk_init() 173 mdio_attach(struct MDIOBus *bus, struct PHY *phy, unsigned int addr) in mdio_attach() 180 mdio_detach(struct MDIOBus *bus, struct PHY *phy, unsigned int addr) in mdio_detach() 189 struct PHY *phy; in mdio_read_req() local 205 struct PHY *phy; in mdio_write_req() local 306 struct PHY phy; member
|
H A D | e1000x_common.c | 162 void e1000x_restart_autoneg(uint32_t *mac, uint16_t *phy, QEMUTimer *timer) in e1000x_restart_autoneg() 186 void e1000x_update_regs_on_autoneg_done(uint32_t *mac, uint16_t *phy) in e1000x_update_regs_on_autoneg_done()
|
H A D | tulip.c | 436 static uint16_t tulip_mii_read(TULIPState *s, int phy, int reg) in tulip_mii_read() 446 static void tulip_mii_write(TULIPState *s, int phy, int reg, uint16_t data) in tulip_mii_write() 462 int op, phy, reg; in tulip_mii() local
|
H A D | imx_fec.c | 241 uint32_t phy = reg / 32; in imx_phy_read() local 263 uint32_t phy = reg / 32; in imx_phy_write() local
|
H A D | igb_core.h | 68 uint16_t phy[MAX_PHY_REG_ADDRESS + 1]; member
|
H A D | e1000e_core.h | 63 uint16_t phy[E1000E_PHY_PAGES][E1000E_PHY_PAGE_SIZE]; member
|
H A D | eepro100.c | 1161 uint8_t phy = (val & BITS(25, 21)) >> 21; in eepro100_read_mdi() local 1178 uint8_t phy = (val & BITS(25, 21)) >> 21; in eepro100_write_mdi() local
|
/qemu/hw/riscv/ |
H A D | riscv-iommu.c | 41 #define PPN_DOWN(phy) ((phy) >> TARGET_PAGE_BITS) argument
|