Home
last modified time | relevance | path

Searched refs:tx_first_bd (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wan/
Dwanxlfw.S319 movel tx_first_bd(%d0), %a1 // A1 = starting TX BD address
353 movel tx_first_bd(%d0), %d1
463 addl tx_first_bd(%d0), %d1 // D1 = current tx_out BD addr
570 addl tx_first_bd(%d0), %d1 // D1 = current tx_in BD address
837 tx_first_bd: label
Dpc300.h354 u8 tx_first_bd; /* First TX DMA block descr. w/ data */ member
Dpc300_drv.c371 u16 first_bd = card->chan[ch].tx_first_bd; in tx_dma_buf_check()
396 u16 first_bd = card->chan[ch].tx_first_bd; in tx1_dma_buf_check()
1971 TX_BD_ADDR(ch,chan->tx_first_bd)); in sca_tx_intr()
1973 TX_BD_ADDR(ch,chan->tx_first_bd)) && in sca_tx_intr()
1980 chan->tx_first_bd = (chan->tx_first_bd + 1) & (N_DMA_TX_BUF - 1); in sca_tx_intr()
1981 ptdescr = (card->hw.rambase + TX_BD_ADDR(ch,chan->tx_first_bd)); in sca_tx_intr()
3046 chan->tx_first_bd = 0; in tx_config()
3052 cpc_writel(scabase + DTX_REG(CDAL, ch), TX_BD_ADDR(ch, chan->tx_first_bd)); in tx_config()
3348 chan->tx_first_bd = 0; in cpc_init_card()