Lines Matching refs:qemu_phy
48 struct qemu_phy struct
54 unsigned int (*read)(struct qemu_phy *phy, unsigned int req); argument
55 void (*write)(struct qemu_phy *phy, unsigned int req, unsigned int data); argument
58 static unsigned int tdk_read(struct qemu_phy *phy, unsigned int req) in tdk_read()
118 tdk_write(struct qemu_phy *phy, unsigned int req, unsigned int data) in tdk_write()
132 tdk_reset(struct qemu_phy *phy) in tdk_reset()
167 struct qemu_phy *devs[32];
171 mdio_attach(struct qemu_mdio *bus, struct qemu_phy *phy, unsigned int addr) in mdio_attach()
178 mdio_detach(struct qemu_mdio *bus, struct qemu_phy *phy, unsigned int addr) in mdio_detach()
186 struct qemu_phy *phy; in mdio_read_req()
198 struct qemu_phy *phy; in mdio_write_req()
349 struct qemu_phy phy;
354 struct qemu_phy *phy; in eth_validate_duplex()