Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/amd/
Dhplance.c175 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in hplance_writerap()
183 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in hplance_writerdp()
192 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in hplance_readrdp()
205 out_8(lp->base + HPLANCE_STATUS, LE_IE); in hplance_open()
214 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.c69 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in WRITERAP()
76 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in WRITERDP()
84 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in READRDP()