Searched refs:tx_fifo_sz (Results 1 – 4 of 4) sorted by relevance
26 unsigned int tx_fifo_sz; member
460 uint32_t rx_fifo_sz, tx_fifo_sz, np_tx_fifo_sz; in reconfig_usbd() local532 tx_fifo_sz = PTX_FIFO_SIZE; in reconfig_usbd()538 if (dev->pdata->tx_fifo_sz) in reconfig_usbd()539 tx_fifo_sz = dev->pdata->tx_fifo_sz; in reconfig_usbd()560 tx_fifo_sz = dev->pdata->tx_fifo_sz_array[i]; in reconfig_usbd()562 writel((rx_fifo_sz + np_tx_fifo_sz + (tx_fifo_sz * i)) | in reconfig_usbd()563 tx_fifo_sz << 16, ®->dieptxf[i]); in reconfig_usbd()
1270 u32 val, tx_fifo_sz, rx_fifo_sz, tqs, rqs, pbl; in eqos_enable() local1298 tx_fifo_sz = (val >> EQOS_MAC_HW_FEATURE1_TXFIFOSIZE_SHIFT) & in eqos_enable()1307 tqs = (128 << tx_fifo_sz) / 256 - 1; in eqos_enable()
901 .tx_fifo_sz = 128,