Searched refs:HCRE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c505.h46 #define HCRE 0x40 /* command register empty */ macro
H A D3c505.c336 if (inb_status(base_addr) & HCRE)
348 if (inb_status(base_addr) & HCRE)
371 * wait until HCRE is non zero |
410 * wait for the HCRE bit to indicate the adapter
1423 while (time_before(jiffies, timeout) && !(inb_status(dev->base_addr) & HCRE));
1424 if ((inb_status(dev->base_addr) & HCRE)) {
1427 while (time_before(jiffies, timeout) && !(inb_status(dev->base_addr) & HCRE));
1428 if (inb_status(dev->base_addr) & HCRE)

Completed in 46 milliseconds