Home
last modified time | relevance | path

Searched defs:phy (Results 1 – 10 of 10) sorted by relevance

/qemu/hw/net/fsl_etsec/
H A Dmiim.c34 uint8_t phy; in miim_read_cycle() local
66 uint8_t phy; in miim_write_cycle() local
/qemu/hw/net/
H A De1000x_common.h78 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 Dxilinx_axienet.c72 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 De1000x_common.c162 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 Dtulip.c436 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 Dimx_fec.c241 uint32_t phy = reg / 32; in imx_phy_read() local
263 uint32_t phy = reg / 32; in imx_phy_write() local
H A Digb_core.h68 uint16_t phy[MAX_PHY_REG_ADDRESS + 1]; member
H A De1000e_core.h63 uint16_t phy[E1000E_PHY_PAGES][E1000E_PHY_PAGE_SIZE]; member
H A Deepro100.c1161 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 Driscv-iommu.c41 #define PPN_DOWN(phy) ((phy) >> TARGET_PAGE_BITS) argument