Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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
/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.h839 PIR_MMD = 0x00000002, enumerator
H A Dravb_main.c146 ravb_mdio_ctrl(ctrl, PIR_MMD, output); in ravb_set_mdio_dir()
H A Dsh_eth.c1195 sh_mdio_ctrl(ctrl, PIR_MMD, bit); in sh_mmd_ctrl()