HomeSort by relevance Sort by last modified time
    Searched refs:EP_STATUS (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
3c5x9.c 44 while (inw(nic->ioaddr + EP_STATUS) & S_COMMAND_IN_PROGRESS)
59 while (inw(nic->ioaddr + EP_STATUS) & S_COMMAND_IN_PROGRESS)
192 while((inw(nic->ioaddr + EP_STATUS) & S_COMMAND_IN_PROGRESS) != 0)
206 cst=inw(nic->ioaddr + EP_STATUS);
271 while (inw(nic->ioaddr + EP_STATUS) & S_COMMAND_IN_PROGRESS)
3c509.h 111 #define EP_STATUS 0x0e /* Read. BASE+0x0e is always status

Completed in 91 milliseconds