Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
D3c515.c102 #define EL3_STATUS 0x0e macro
327 if (!(inw(nic->ioaddr + EL3_STATUS) & CmdInProgress)) in t515_reset()
333 if (!(inw(nic->ioaddr + EL3_STATUS) & CmdInProgress)) in t515_reset()
422 cst = inw(nic->ioaddr + EL3_STATUS); in t515_poll()
477 while (inw(nic->ioaddr + EL3_STATUS) & CmdInProgress); in t515_poll()
559 while ((inw(nic->ioaddr + EL3_STATUS) & CmdInProgress) != 0); in t515_transmit()