Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/atm/
Dzatm.c329 zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+i));
333 qrp = (unsigned long *) zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+
525 chan*VC_SIZE/4); in open_rx_first()
527 uPD98401_RXVC_AR : 0) | cells,chan*VC_SIZE/4+1); in open_rx_first()
528 zpokel(zatm_dev,0,chan*VC_SIZE/4+2); in open_rx_first()
701 DPRINTK("QRP=0x%08lx\n",zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+ in do_tx()
969 chan*VC_SIZE/4+uPD98401_TXVC_QRP); in open_tx_first()
986 zpokel(zatm_dev,0,zatm_vcc->tx_chan*VC_SIZE/4); in open_tx_second()
989 vcc->vci,zatm_vcc->tx_chan*VC_SIZE/4+1); in open_tx_second()
990 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