Searched refs:TX_BD_ADDR (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/ |
D | pc300_drv.c | 180 first_bd, TX_BD_ADDR(ch, first_bd), in tx_dma_buf_check() 181 next_bd, TX_BD_ADDR(ch, next_bd)); in tx_dma_buf_check() 183 ptdescr = (pcsca_bd_t *) (card->hw.rambase + TX_BD_ADDR(ch, first_bd)); in tx_dma_buf_check() 186 ptdescr = (pcsca_bd_t *) (card->hw.rambase + TX_BD_ADDR(ch, i))) { in tx_dma_buf_check() 207 first_bd, TX_BD_ADDR(ch, first_bd), in tx1_dma_buf_check() 208 next_bd, TX_BD_ADDR(ch, next_bd)); in tx1_dma_buf_check() 213 ptdescr = (pcsca_bd_t *) (card->hw.rambase + TX_BD_ADDR(ch, i)); in tx1_dma_buf_check() 284 TX_BD_ADDR(ch, card->chan[ch].tx_next_bd)); in dma_buf_write() 1675 TX_BD_ADDR(ch, chan->tx_next_bd)); in cpc_queue_xmit() 1788 TX_BD_ADDR(ch,chan->tx_first_bd)); in sca_tx_intr() [all …]
|
D | pc300.h | 77 #define TX_BD_ADDR(chan, n) (DMA_TX_BD_BASE + \ macro
|
D | pc300_tty.c | 948 TX_BD_ADDR(ch, card->chan[ch].tx_next_bd)); in cpc_tty_send_to_card() 984 TX_BD_ADDR(ch, chan->tx_next_bd)); in cpc_tty_send_to_card()
|