Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsmc91111.c268 while (SMC_inw (dev, MMU_CMD_REG) & MC_BUSY) { in smc_wait_mmu_release_complete()
334 SMC_outw (dev, MC_RESET, MMU_CMD_REG); in smc_reset()
335 while (SMC_inw (dev, MMU_CMD_REG) & MC_BUSY) in smc_reset()
458 SMC_outw (dev, MC_ALLOC | numPages, MMU_CMD_REG); in smc_send()
553 SMC_outw (dev, MC_ENQUEUE, MMU_CMD_REG); in smc_send()
566 while (SMC_inw (dev, MMU_CMD_REG) & MC_BUSY) { in smc_send()
585 while (SMC_inw (dev, MMU_CMD_REG) & MC_BUSY) { in smc_send()
754 while ( SMC_inw( dev, MMU_CMD_REG ) & MC_BUSY ) in smc_rcv()
758 SMC_outw( dev, MC_RELEASE, MMU_CMD_REG ); in smc_rcv()
760 while ( SMC_inw( dev, MMU_CMD_REG ) & MC_BUSY ) in smc_rcv()
H A Dsmc91111.h507 #define MMU_CMD_REG 0x0000 macro
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h611 #define MMU_CMD_REG(lp) SMC_REG(lp, 0x0000, 2) macro
958 #define SMC_GET_MMU_CMD(lp) SMC_inw(ioaddr, MMU_CMD_REG(lp))
960 #define SMC_SET_MMU_CMD(lp, x) SMC_outw(lp, x, ioaddr, MMU_CMD_REG(lp))