Searched refs:HPLANCE_STATUS (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dhplance.h8 #define HPLANCE_STATUS 0x03 /* DIO register: interrupt enable/status */ macro
H A Dhplance.c185 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0);
193 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0);
202 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0);
215 out_8(lp->base + HPLANCE_STATUS, LE_IE);
224 out_8(lp->base + HPLANCE_STATUS, 0); /* disable interrupts at boardlevel */
H A D7990.c71 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0);
78 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0);
86 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0);

Completed in 52 milliseconds