Home
last modified time | relevance | path

Searched refs:PIR_MDC (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dravb.c56 #define PIR_MDC BIT(0) macro
573 setbits_le32(eth->iobase + RAVB_REG_PIR, PIR_MDC); in ravb_bb_set_mdc()
575 clrbits_le32(eth->iobase + RAVB_REG_PIR, PIR_MDC); in ravb_bb_set_mdc()
H A Dsh_eth.c647 sh_eth_write(eth, sh_eth_read(eth, PIR) | PIR_MDC, PIR); in sh_eth_bb_set_mdc()
649 sh_eth_write(eth, sh_eth_read(eth, PIR) & ~PIR_MDC, PIR); in sh_eth_bb_set_mdc()
H A Dsh_eth.h444 PIR_MDI = 0x08, PIR_MDO = 0x04, PIR_MMD = 0x02, PIR_MDC = 0x01, enumerator
/OK3568_Linux_fs/kernel/drivers/net/ethernet/renesas/
H A Dsh_eth.h207 PIR_MDI = 0x08, PIR_MDO = 0x04, PIR_MMD = 0x02, PIR_MDC = 0x01, enumerator
H A Dravb.h838 PIR_MDC = 0x00000001, enumerator
H A Dravb_main.c140 ravb_mdio_ctrl(ctrl, PIR_MDC, level); in ravb_set_mdc()
H A Dsh_eth.c1218 sh_mdio_ctrl(ctrl, PIR_MDC, bit); in sh_mdc_ctrl()