Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dravb.c53 #define PIR_MDI BIT(3) macro
563 *v = (readl(eth->iobase + RAVB_REG_PIR) & PIR_MDI) >> 3; in ravb_bb_get_mdio()
H A Dsh_eth.h444 PIR_MDI = 0x08, PIR_MDO = 0x04, PIR_MMD = 0x02, PIR_MDC = 0x01, enumerator
H A Dsh_eth.c637 *v = (sh_eth_read(eth, PIR) & PIR_MDI) >> 3; in sh_eth_bb_get_mdio()