Home
last modified time | relevance | path

Searched refs:TSR0_CONN_STATE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A Dhe.h743 #define TSR0_CONN_STATE(x) ((x>>28) & 0x7) macro
H A Dhe.c2181 if (TSR0_CONN_STATE(tsr0) != 0) { in he_open()
2459 while (TSR0_CONN_STATE(tsr0 = he_readl_tsr0(he_dev, cid)) != 0) { in he_close()
2460 HPRINTK("close tx cid 0x%x TSR0_CONN_STATE != 0 (tsr0 = 0x%x)\n", cid, tsr0); in he_close()
/kernel/linux/linux-6.6/drivers/atm/
H A Dhe.h743 #define TSR0_CONN_STATE(x) ((x>>28) & 0x7) macro
H A Dhe.c2178 if (TSR0_CONN_STATE(tsr0) != 0) { in he_open()
2456 while (TSR0_CONN_STATE(tsr0 = he_readl_tsr0(he_dev, cid)) != 0) { in he_close()
2457 HPRINTK("close tx cid 0x%x TSR0_CONN_STATE != 0 (tsr0 = 0x%x)\n", cid, tsr0); in he_close()

Completed in 11 milliseconds