Searched refs:CmdInProgress (Results 1 – 2 of 2) sorted by relevance
204 CmdInProgress = 1 << 12, /* EL3_CMD is still busy. */ enumerator739 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_open()745 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_open()980 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_timeout()1026 if ((inw(ioaddr + EL3_STATUS) & CmdInProgress) == 0) in corkscrew_start_xmit()1100 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_start_xmit()1302 if (! (inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_rx()1312 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_rx()
470 CmdInProgress = 1<<12, /* EL3_CMD is still busy.*/ enumerator1496 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in issue_and_wait()1502 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) { in issue_and_wait()2576 if ( ! (ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in vortex_rx()
Completed in 12 milliseconds