Searched refs:np_tx_fifo_sz (Results 1 – 4 of 4) sorted by relevance
26 unsigned int np_tx_fifo_sz; member
458 uint32_t rx_fifo_sz, tx_fifo_sz, np_tx_fifo_sz; in reconfig_usbd() local526 np_tx_fifo_sz = NPTX_FIFO_SIZE; in reconfig_usbd()531 if (dev->pdata->np_tx_fifo_sz) in reconfig_usbd()532 np_tx_fifo_sz = dev->pdata->np_tx_fifo_sz; in reconfig_usbd()540 writel((np_tx_fifo_sz << 16) | rx_fifo_sz, in reconfig_usbd()557 writel((rx_fifo_sz + np_tx_fifo_sz + (tx_fifo_sz * i)) | in reconfig_usbd()1053 platdata->np_tx_fifo_sz = dev_read_u32_default(dev, in dwc2_udc_otg_ofdata_to_platdata()
62 .np_tx_fifo_sz = 16,
242 meson_g12a_dwc2_data.np_tx_fifo_sz = fdtdec_get_int(blob, dwc2_node, in board_usb_init()