Searched refs:buffering (Results 1 – 9 of 9) sorted by relevance
1358 min_buf_tx += pep->buffering; in cdns2_eps_onchip_buffer_init()1360 min_buf_rx += pep->buffering; in cdns2_eps_onchip_buffer_init()1372 if (free + pep->buffering >= 4) in cdns2_eps_onchip_buffer_init()1375 free = free + pep->buffering; in cdns2_eps_onchip_buffer_init()1379 pep->buffering = free; in cdns2_eps_onchip_buffer_init()1388 tx_offset += pep->buffering * 1024; in cdns2_eps_onchip_buffer_init()1392 if (free + pep->buffering >= 4) in cdns2_eps_onchip_buffer_init()1395 free = free + pep->buffering; in cdns2_eps_onchip_buffer_init()1399 pep->buffering = free; in cdns2_eps_onchip_buffer_init()1979 pep->buffering = 4; in cdns2_gadget_match_ep()[all …]
576 u8 buffering; member
34 tristate "Industrial I/O HW buffering"44 tristate "Industrial I/O buffering based on kfifo"
51 is 100. Typical values for double buffering will be 200,52 triple buffering 300.
1616 pep->buffering = readl(reg + XBUF_RX_TAG_MASK_0_OFFSET); in cdnsp_get_ep_buffering()1618 pep->buffering = (pep->buffering + 1) / 2; in cdnsp_get_ep_buffering()1630 pep->buffering = (readl(reg) + 1) / 2; in cdnsp_get_ep_buffering()1631 pep->buffering_period = pep->buffering; in cdnsp_get_ep_buffering()
2107 u8 buffering; in cdns3_ep_config() local2110 buffering = priv_dev->ep_buf_size - 1; in cdns3_ep_config()2129 buffering = (priv_ep->bMaxBurst + 1) * (priv_ep->mult + 1) - 1; in cdns3_ep_config()2170 buffering = min_t(u8, buffering, EP_CFG_BUFFERING_MAX); in cdns3_ep_config()2175 ret = cdns3_ep_onchip_buffer_reserve(priv_dev, buffering + 1, in cdns3_ep_config()2204 EP_CFG_BUFFERING(buffering) | in cdns3_ep_config()
832 u8 buffering; member
118 bounce-buffering such that they cannot gain access to any unrelated
121 Usually 2 buffers are enough to establish a good buffering
Completed in 27 milliseconds