Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
D3c515.c233 CmdInProgress = 1 << 12, /* EL3_CMD is still busy. */ enumerator
793 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()
D3c59x.c665 CmdInProgress = 1<<12, /* EL3_CMD is still busy.*/ enumerator
1451 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()