Searched refs:PIR_MMD (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/net/ |
A D | ravb.c | 63 #define PIR_MMD BIT(1) macro 569 setbits_le32(eth->iobase + RAVB_REG_PIR, PIR_MMD); in ravb_bb_mdio_active() 578 clrbits_le32(eth->iobase + RAVB_REG_PIR, PIR_MMD); in ravb_bb_mdio_tristate()
|
A D | sh_eth.h | 441 PIR_MDI = 0x08, PIR_MDO = 0x04, PIR_MMD = 0x02, PIR_MDC = 0x01, enumerator
|
A D | sh_eth.c | 978 sh_eth_write(port_info, sh_eth_read(port_info, PIR) | PIR_MMD, PIR); in sh_eth_bb_mdio_active() 988 sh_eth_write(port_info, sh_eth_read(port_info, PIR) & ~PIR_MMD, PIR); in sh_eth_bb_mdio_tristate()
|
Completed in 7 milliseconds