Home
last modified time | relevance | path

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

/linux/drivers/atm/
H A Dhe.c2121 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; in he_open() local
2175 tsr0 = he_readl_tsr0(he_dev, cid); in he_open()
2178 if (TSR0_CONN_STATE(tsr0) != 0) { in he_open()
2179 hprintk("cid 0x%x not idle (tsr0 = 0x%x)\n", cid, tsr0); in he_open()
2188 tsr0 = TSR0_UBR | TSR0_GROUP(0) | tsr0_aal | in he_open()
2233 tsr0 = TSR0_CBR | TSR0_GROUP(0) | tsr0_aal | in he_open()
2244 he_writel_tsr0(he_dev, tsr0, cid); in he_open()
2380 volatile unsigned tsr4, tsr0; in he_close() local
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()