Searched defs:mii_dev (Results 1 – 3 of 3) sorted by relevance
/u-boot/include/ |
A D | phy.h | 69 struct mii_dev { struct 73 int (*read)(struct mii_dev *bus, int addr, int devad, int reg); argument 74 int (*write)(struct mii_dev *bus, int addr, int devad, int reg, argument 76 int (*reset)(struct mii_dev *bus); argument 77 struct phy_device *phymap[PHY_MAX_ADDR]; 78 u32 phy_mask;
|
/u-boot/board/freescale/lx2160a/ |
A D | eth_lx2160aqds.c | 653 int fdt_get_ioslot_offset(void *fdt, struct mii_dev *mii_dev, int fpga_offset) in fdt_get_ioslot_offset() 776 struct mii_dev *mii_dev; in fdt_fixup_board_phy() local
|
A D | eth_lx2162aqds.c | 662 int fdt_get_ioslot_offset(void *fdt, struct mii_dev *mii_dev, int fpga_offset) in fdt_get_ioslot_offset() 788 struct mii_dev *mii_dev; in fdt_fixup_board_phy() local
|
Completed in 15 milliseconds