Searched refs:dedicated_fifos (Results 1 – 2 of 2) sorted by relevance
336 if (periodic && !hsotg->dedicated_fifos) { in s3c_hsotg_write_fifo()377 } else if (hsotg->dedicated_fifos && hs_ep->index != 0) { in s3c_hsotg_write_fifo()418 if (!hsotg->dedicated_fifos) in s3c_hsotg_write_fifo()447 if (!hsotg->dedicated_fifos) in s3c_hsotg_write_fifo()2040 if (hsotg->dedicated_fifos && in s3c_hsotg_epint()2152 if (!hsotg->dedicated_fifos) in kill_all_requests()2322 writel(((hsotg->dedicated_fifos) ? (GAHBCFG_NP_TXF_EMP_LVL | in s3c_hsotg_core_init_disconnected()2333 writel(((hsotg->dedicated_fifos && !using_dma(hsotg)) ? in s3c_hsotg_core_init_disconnected()2696 if (dir_in && hsotg->dedicated_fifos && !hs_ep->fifo_index) { in s3c_hsotg_ep_enable()3333 hsotg->dedicated_fifos = (cfg >> GHWCFG4_DED_FIFO_SHIFT) & 1; in s3c_hsotg_hw_cfg()[all …]
707 unsigned int dedicated_fifos:1; member