Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/fm/
H A Dtgec_phy.c31 stat_val = MDIO_STAT_CLKDIV(100); in tgec_mdio_write()
72 stat_val = MDIO_STAT_CLKDIV(100); in tgec_mdio_read()
H A Dmemac_phy.c167 MDIO_STAT_CLKDIV(258) | MDIO_STAT_NEG); in fm_memac_mdio_init()
/rk3399_rockchip-uboot/include/
H A Dfsl_tgec.h184 #define MDIO_STAT_CLKDIV(x) (((x>>1) & 0xff) << 8) macro
H A Dfsl_memac.h242 #define MDIO_STAT_CLKDIV(x) (((x>>1) & 0xff) << 8) macro