Searched refs:np_tx_fifo_sz (Results 1 – 2 of 2) sorted by relevance
460 uint32_t rx_fifo_sz, tx_fifo_sz, np_tx_fifo_sz; in reconfig_usbd() local528 np_tx_fifo_sz = NPTX_FIFO_SIZE; in reconfig_usbd()533 if (dev->pdata->np_tx_fifo_sz) in reconfig_usbd()534 np_tx_fifo_sz = dev->pdata->np_tx_fifo_sz; in reconfig_usbd()542 writel((np_tx_fifo_sz << 16) | rx_fifo_sz, in reconfig_usbd()559 writel((rx_fifo_sz + np_tx_fifo_sz + (tx_fifo_sz * i)) | in reconfig_usbd()1054 platdata->np_tx_fifo_sz = dev_read_u32_default(dev, in dwc2_udc_otg_ofdata_to_platdata()
25 unsigned int np_tx_fifo_sz; member