Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/amd/
Dhplance.c178 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in hplance_writerap()
187 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in hplance_writerdp()
197 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in hplance_readrdp()
Dhplance.h15 #define LE_ACK 0x04 /* ack of lock */ macro
D7990.c70 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in WRITERAP()
77 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in WRITERDP()
85 } while ((in_8(lp->base + HPLANCE_STATUS) & LE_ACK) == 0); in READRDP()