Searched refs:g_tx_fifo_sz (Results 1 – 2 of 2) sorted by relevance
201 if (!hsotg->g_tx_fifo_sz[ep]) in dwc2_hsotg_init_fifo()204 val |= hsotg->g_tx_fifo_sz[ep] << FIFOSIZE_DEPTH_SHIFT; in dwc2_hsotg_init_fifo()205 WARN_ONCE(addr + hsotg->g_tx_fifo_sz[ep] > hsotg->fifo_mem, in dwc2_hsotg_init_fifo()207 addr += hsotg->g_tx_fifo_sz[ep]; in dwc2_hsotg_init_fifo()3523 &hsotg->g_tx_fifo_sz[1], len)) in dwc2_hsotg_of_probe()3532 hsotg->g_tx_fifo_sz[i] = 0; in dwc2_hsotg_of_probe()3563 memcpy(&hsotg->g_tx_fifo_sz[1], p_tx_fifo, sizeof(p_tx_fifo)); in dwc2_gadget_init()3572 hsotg->g_tx_fifo_sz[i]); in dwc2_gadget_init()
841 u32 g_tx_fifo_sz[MAX_EPS_CHANNELS]; member