Home
last modified time | relevance | path

Searched defs:MDIO_STAT_CLKDIV (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/
H A Dxgmac_mdio.c40 #define MDIO_STAT_CLKDIV(x) (((x) & 0x1ff) << 7) macro
/openbmc/u-boot/include/
H A Dfsl_tgec.h183 #define MDIO_STAT_CLKDIV(x) (((x>>1) & 0xff) << 8) macro
H A Dfsl_memac.h241 #define MDIO_STAT_CLKDIV(x) (((x>>1) & 0xff) << 8) macro