Searched refs:TX_NUM_FIFO (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/cpm_uart/
H A Dcpm_uart.h48 #define TX_NUM_FIFO 4 macro
H A Dcpm_uart_core.c1164 pinfo->tx_nrfifos = TX_NUM_FIFO;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68360serial.c172 #define TX_NUM_FIFO 4 macro
221 static char tx_buf_pool[NR_PORTS * TX_NUM_FIFO * TX_BUF_SIZE];
1667 bdp += (TX_NUM_FIFO-1);
2547 dp_addr = m360_cpm_dpalloc(sizeof(QUICC_BD) * TX_NUM_FIFO);
2551 /* mem_addr = m360_cpm_hostalloc(TX_NUM_FIFO * TX_BUF_SIZE); */
2552 /* mem_addr = kmalloc (TX_NUM_FIFO * TX_BUF_SIZE, GFP_BUFFER); */
2553 mem_addr = &tx_buf_pool[i * TX_NUM_FIFO * TX_BUF_SIZE];
2564 for (j=0; j<(TX_NUM_FIFO-1); j++) {
2565 bdp->buf = &tx_buf_pool[(i * TX_NUM_FIFO + j ) * TX_BUF_SIZE];
2570 bdp->buf = &tx_buf_pool[(i * TX_NUM_FIFO
[all...]
H A Ducc_uart.c71 #define TX_NUM_FIFO 4 macro
1420 qe_port->tx_nrfifos = TX_NUM_FIFO;

Completed in 101 milliseconds