Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dzatm.c509 zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+i));
513 qrp = (unsigned long *) zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+
708 chan*VC_SIZE/4); in open_rx_first()
710 uPD98401_RXVC_AR : 0) | cells,chan*VC_SIZE/4+1); in open_rx_first()
711 zpokel(zatm_dev,0,chan*VC_SIZE/4+2); in open_rx_first()
885 DPRINTK("QRP=0x%08lx\n",zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+ in do_tx()
1165 chan*VC_SIZE/4+uPD98401_TXVC_QRP); in open_tx_first()
1183 zpokel(zatm_dev,0,zatm_vcc->tx_chan*VC_SIZE/4); in open_tx_second()
1186 vcc->vci,zatm_vcc->tx_chan*VC_SIZE/4+1); in open_tx_second()
1187 zpokel(zatm_dev,0,zatm_vcc->tx_chan*VC_SIZE/4+2); in open_tx_second()
[all …]
Dzatm.h31 #define VC_SIZE 32 /* VC dsc (TX or RX) size (in bytes) */ macro