Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dravb.c55 #define PIR_MMD BIT(1) macro
533 setbits_le32(eth->iobase + RAVB_REG_PIR, PIR_MMD); in ravb_bb_mdio_active()
542 clrbits_le32(eth->iobase + RAVB_REG_PIR, PIR_MMD); in ravb_bb_mdio_tristate()
H A Dsh_eth.c607 sh_eth_write(eth, sh_eth_read(eth, PIR) | PIR_MMD, PIR); in sh_eth_bb_mdio_active()
616 sh_eth_write(eth, sh_eth_read(eth, PIR) & ~PIR_MMD, PIR); in sh_eth_bb_mdio_tristate()
H A Dsh_eth.h444 PIR_MDI = 0x08, PIR_MDO = 0x04, PIR_MMD = 0x02, PIR_MDC = 0x01, enumerator