Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dhplance.c185 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in hplance_writerap()
193 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in hplance_writerdp()
202 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in hplance_readrdp()
215 out_8(lp->base + HPLANCE_STATUS, LE_IE); in hplance_open()
224 out_8(lp->base + HPLANCE_STATUS, 0); /* disable interrupts at boardlevel */ in hplance_close()
Dhplance.h8 #define HPLANCE_STATUS 0x03 /* DIO register: interrupt enable/status */ macro
D7990.c71 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in WRITERAP()
78 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in WRITERDP()
86 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in READRDP()