Home
last modified time | relevance | path

Searched defs:mii_dev (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dphy.h58 struct mii_dev { struct
62 int (*read)(struct mii_dev *bus, int addr, int devad, int reg); argument
63 int (*write)(struct mii_dev *bus, int addr, int devad, int reg, argument
65 int (*reset)(struct mii_dev *bus); argument
66 struct phy_device *phymap[PHY_MAX_ADDR];
67 u32 phy_mask;
/openbmc/u-boot/board/freescale/lx2160a/
H A Deth_lx2160aqds.c628 int fdt_get_ioslot_offset(void *fdt, struct mii_dev *mii_dev, int fpga_offset) in fdt_get_ioslot_offset()
751 struct mii_dev *mii_dev; in fdt_fixup_board_phy() local