Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Dhe.c2126 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; in he_open() local
2168 tsr4 = TSR4_AAL5; in he_open()
2172 tsr4 = TSR4_AAL0_SDU; in he_open()
2250 he_writel_tsr4(he_dev, tsr4 | 1, cid); in he_open()
2385 volatile unsigned tsr4, tsr0; in he_close() local
2456 while (!((tsr4 = he_readl_tsr4(he_dev, cid)) & TSR4_SESSION_ENDED)) { in he_close()
2457 HPRINTK("close tx cid 0x%x !TSR4_SESSION_ENDED (tsr4 = 0x%x)\n", cid, tsr4); in he_close()