Searched defs:devad (Results 1 – 5 of 5) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/phy/ |
| A D | hal_phy.c | 609 int get_phy_id(struct mii_dev *bus, int addr, int devad, uint32_t *phy_id) in get_phy_id() 634 unsigned phy_mask, int devad, phy_interface_t interface) in create_phy_by_mask() 704 int devad = MDIO_DEVAD_NONE; in phy_reset() local
|
| A D | hal_miiphyutil.c | 94 static int legacy_miiphy_read(struct mii_dev *bus, int addr, int devad, int reg) in legacy_miiphy_read() 105 static int legacy_miiphy_write(struct mii_dev *bus, int addr, int devad, in legacy_miiphy_write()
|
| /bsp/qemu-vexpress-a9/drivers/ |
| A D | drv_smc911x.c | 296 static int smc911x_miiphy_read(struct mii_dev *bus, int phy, int devad, in smc911x_miiphy_read() 312 static int smc911x_miiphy_write(struct mii_dev *bus, int phy, int devad, in smc911x_miiphy_write()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/phy/ |
| A D | sunxi_hal_phy.h | 287 static inline int phy_read(struct phy_device *phydev, int devad, int regnum) in phy_read() 294 static inline int phy_write(struct phy_device *phydev, int devad, int regnum, in phy_write()
|
| A D | sunxi_hal_mdio.h | 134 #define MDIO_DEVS_PRESENT(devad) (1 << (devad)) argument
|
Completed in 15 milliseconds