Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/atm/
Dzatm.c327 zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+i));
331 qrp = (unsigned long *) zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+
523 chan*VC_SIZE/4); in open_rx_first()
525 uPD98401_RXVC_AR : 0) | cells,chan*VC_SIZE/4+1); in open_rx_first()
526 zpokel(zatm_dev,0,chan*VC_SIZE/4+2); in open_rx_first()
698 DPRINTK("QRP=0x%08lx\n",zpeekl(zatm_dev,zatm_vcc->tx_chan*VC_SIZE/4+ in do_tx()
966 chan*VC_SIZE/4+uPD98401_TXVC_QRP); in open_tx_first()
983 zpokel(zatm_dev,0,zatm_vcc->tx_chan*VC_SIZE/4); in open_tx_second()
986 vcc->vci,zatm_vcc->tx_chan*VC_SIZE/4+1); in open_tx_second()
987 zpokel(zatm_dev,0,zatm_vcc->tx_chan*VC_SIZE/4+2); in open_tx_second()
[all …]
Dzatm.h30 #define VC_SIZE 32 /* VC dsc (TX or RX) size (in bytes) */ macro