Searched refs:g_tx_fifo_sz (Results 1 – 2 of 2) sorted by relevance
207 if (!hsotg->g_tx_fifo_sz[ep]) in s3c_hsotg_init_fifo()210 val |= hsotg->g_tx_fifo_sz[ep] << FIFOSIZE_DEPTH_SHIFT; in s3c_hsotg_init_fifo()211 WARN_ONCE(addr + hsotg->g_tx_fifo_sz[ep] > hsotg->fifo_mem, in s3c_hsotg_init_fifo()213 addr += hsotg->g_tx_fifo_sz[ep]; in s3c_hsotg_init_fifo()3813 &hsotg->g_tx_fifo_sz[1], len)) in s3c_hsotg_of_probe()3822 hsotg->g_tx_fifo_sz[i] = 0; in s3c_hsotg_of_probe()3859 memcpy(&hsotg->g_tx_fifo_sz[1], p_tx_fifo, sizeof(p_tx_fifo)); in dwc2_gadget_init()3868 hsotg->g_tx_fifo_sz[i]); in dwc2_gadget_init()
727 u32 g_tx_fifo_sz[MAX_EPS_CHANNELS]; member