Searched refs:rsr0 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | he.c | 2124 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; in he_open() local 2288 rsr0 = he_readl_rsr0(he_dev, cid); in he_open() 2289 if (rsr0 & RSR0_OPEN_CONN) { in he_open() 2292 hprintk("cid 0x%x not idle (rsr0 = 0x%x)\n", cid, rsr0); in he_open() 2299 rsr0 = vcc->qos.rxtp.traffic_class == ATM_UBR ? in he_open() 2304 rsr0 |= RSR0_TCP_CKSUM; in he_open() 2312 rsr0 | RSR0_START_PDU | RSR0_OPEN_CONN | aal, cid); in he_open()
|