Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
D3c515.c210 CmdInProgress = 1 << 12, /* EL3_CMD is still busy. */ enumerator
754 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_open()
760 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_open()
993 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_timeout()
1039 if ((inw(ioaddr + EL3_STATUS) & CmdInProgress) == 0) in corkscrew_start_xmit()
1113 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_start_xmit()
1315 if (! (inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_rx()
1325 if (!(inw(ioaddr + EL3_STATUS) & CmdInProgress)) in corkscrew_rx()
D3c59x.c470 CmdInProgress = 1<<12, /* EL3_CMD is still busy.*/ enumerator
1508 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in issue_and_wait()
1514 if (!(ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) { in issue_and_wait()
2530 if ( ! (ioread16(ioaddr + EL3_STATUS) & CmdInProgress)) in vortex_rx()