Home
last modified time | relevance | path

Searched refs:PHY_MDIO_ADDR (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac.h90 #define PHY_MDIO_ADDR 0 macro
H A Dmemac.c824 SetupSgmiiInternalPhyBaseX(p_Memac, PHY_MDIO_ADDR); in MemacInitInternalPhy()
826 SetupSgmiiInternalPhy(p_Memac, PHY_MDIO_ADDR); in MemacInitInternalPhy()
837 phyAddr = (uint8_t)((PHY_MDIO_ADDR << 2) | i); in MemacInitInternalPhy()