Searched refs:CmdInProgress (Results 1 – 2 of 2) sorted by relevance
233 CmdInProgress = 1 << 12, /* EL3_CMD is still busy. */ enumerator793 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_open()799 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_open()1033 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_timeout()1081 if ((inw(ioaddr + EL3_STATUS) & CmdInProgress) == in corkscrew_start_xmit()1158 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_start_xmit()1371 if (! (inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_rx()1381 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_rx()
665 CmdInProgress = 1<<12, /* EL3_CMD is still busy.*/ enumerator1451 if (!(inw(dev->base_addr + EL3_STATUS) & CmdInProgress)) in issue_and_wait()1457 if (!(inw(dev->base_addr + EL3_STATUS) & CmdInProgress)) { in issue_and_wait()2470 if ( ! (inw(ioaddr + EL3_STATUS) & CmdInProgress)) in vortex_rx()