Searched refs:MC_BUSY (Results 1 – 2 of 2) sorted by relevance
268 while (SMC_inw (dev, MMU_CMD_REG) & MC_BUSY) { in smc_wait_mmu_release_complete()335 while (SMC_inw (dev, MMU_CMD_REG) & MC_BUSY) in smc_reset()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()760 while ( SMC_inw( dev, MMU_CMD_REG ) & MC_BUSY ) in smc_rcv()
508 #define MC_BUSY 1 /* When 1 the last release has not completed */ macro