Searched refs:tsr4 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.c | 2124 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; in he_open() local 2166 tsr4 = TSR4_AAL5; in he_open() 2170 tsr4 = TSR4_AAL0_SDU; in he_open() 2248 he_writel_tsr4(he_dev, tsr4 | 1, cid); in he_open() 2383 volatile unsigned tsr4, tsr0; in he_close() local 2454 while (!((tsr4 = he_readl_tsr4(he_dev, cid)) & TSR4_SESSION_ENDED)) { in he_close() 2455 HPRINTK("close tx cid 0x%x !TSR4_SESSION_ENDED (tsr4 = 0x%x)\n", cid, tsr4); in he_close()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.c | 2121 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; in he_open() local 2163 tsr4 = TSR4_AAL5; in he_open() 2167 tsr4 = TSR4_AAL0_SDU; in he_open() 2245 he_writel_tsr4(he_dev, tsr4 | 1, cid); in he_open() 2380 volatile unsigned tsr4, tsr0; in he_close() local 2451 while (!((tsr4 = he_readl_tsr4(he_dev, cid)) & TSR4_SESSION_ENDED)) { in he_close() 2452 HPRINTK("close tx cid 0x%x !TSR4_SESSION_ENDED (tsr4 = 0x%x)\n", cid, tsr4); in he_close()
|
Completed in 6 milliseconds