Home
last modified time | relevance | path

Searched refs:CmdInProgress (Results 1 – 2 of 2) sorted by relevance

/drivers/net/
D3c515.c211 CmdInProgress = 1 << 12, /* EL3_CMD is still busy. */ enumerator
744 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_open()
750 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_open()
984 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_timeout()
1030 if ((inw(ioaddr + EL3_STATUS) & CmdInProgress) == 0) in corkscrew_start_xmit()
1106 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_start_xmit()
1308 if (! (inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_rx()
1318 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_rx()
D3c59x.c467 CmdInProgress = 1<<12, /* EL3_CMD is still busy.*/ enumerator
1434 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in issue_and_wait()
1440 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) { in issue_and_wait()
2452 if ( ! (ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in vortex_rx()