Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/atm/
Dzatm.c328 zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+i));
332 qrp = (unsigned long *) zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+
524 chan*VC_SIZE/4); in open_rx_first()
526 uPD98401_RXVC_AR : 0) | cells,chan*VC_SIZE/4+1); in open_rx_first()
527 zpokel(zatm_dev,0,chan*VC_SIZE/4+2); in open_rx_first()
700 DPRINTK("QRP=0x%08lx\n",zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+ in do_tx()
968 chan*VC_SIZE/4+uPD98401_TXVC_QRP); in open_tx_first()
985 zpokel(zatm_dev,0,zatm_vcc->tx_chan*VC_SIZE/4); in open_tx_second()
988 vcc->vci,zatm_vcc->tx_chan*VC_SIZE/4+1); in open_tx_second()
989 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