Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dhe.c2319 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; in he_open() local
2378 tsr0 = he_readl_tsr0(he_dev, cid); in he_open()
2381 if (TSR0_CONN_STATE(tsr0) != 0) { in he_open()
2382 hprintk("cid 0x%x not idle (tsr0 = 0x%x)\n", cid, tsr0); in he_open()
2391 tsr0 = TSR0_UBR | TSR0_GROUP(0) | tsr0_aal | in he_open()
2436 tsr0 = TSR0_CBR | TSR0_GROUP(0) | tsr0_aal | in he_open()
2447 he_writel_tsr0(he_dev, tsr0, cid); in he_open()
2589 volatile unsigned tsr4, tsr0; in he_close() local
2667 while (TSR0_CONN_STATE(tsr0 = he_readl_tsr0(he_dev, cid)) != 0) { in he_close()
2668 HPRINTK("close tx cid 0x%x TSR0_CONN_STATE != 0 (tsr0 = 0x%x)\n", cid, tsr0); in he_close()