Searched refs:np_tx_fifo_sz (Results 1 – 7 of 7) sorted by relevance
403 uint32_t rx_fifo_sz, tx_fifo_sz, np_tx_fifo_sz; in reconfig_usbd() local469 np_tx_fifo_sz = NPTX_FIFO_SIZE; in reconfig_usbd()474 if (dev->pdata->np_tx_fifo_sz) in reconfig_usbd()475 np_tx_fifo_sz = dev->pdata->np_tx_fifo_sz; in reconfig_usbd()483 writel((np_tx_fifo_sz << 16) | rx_fifo_sz, in reconfig_usbd()487 writel((rx_fifo_sz + np_tx_fifo_sz + tx_fifo_sz*(i-1)) | in reconfig_usbd()
23 unsigned int np_tx_fifo_sz; member
31 .np_tx_fifo_sz = 16,
65 .np_tx_fifo_sz = 16,
74 .np_tx_fifo_sz = 16,
102 .np_tx_fifo_sz = 16,
187 .np_tx_fifo_sz = 16,