Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/phy/
Dphy_microchip_vsc8541.c26 #define PHY_REG(page, reg) ((page << 8) | (reg << 0)) macro
29 #define PHY_REG_PAGE0_BMCR PHY_REG(PHY_PAGE_0, 0x00)
30 #define PHY_REG_PAGE0_BMSR PHY_REG(PHY_PAGE_0, 0x01)
31 #define PHY_REG_PAGE0_ID1 PHY_REG(PHY_PAGE_0, 0x02)
32 #define PHY_REG_PAGE0_ID2 PHY_REG(PHY_PAGE_0, 0x03)
33 #define PHY_REG_PAGE0_ADV PHY_REG(PHY_PAGE_0, 0x04)
36 #define PHY_REG_PAGE0_CTRL1000 PHY_REG(PHY_PAGE_0, 0x09)
37 #define PHY_REG_PAGE0_STAT1000 PHY_REG(0, 0x0A)
41 #define PHY_REG_PAGE0_STAT100 PHY_REG(PHY_PAGE_0, 0x10)
42 #define PHY_REG_PAGE0_STAT1000_EXT2 PHY_REG(PHY_PAGE_0, 0x11)
[all …]