Searched refs:trb_burst_size (Results 1 – 4 of 4) sorted by relevance
577 u8 trb_burst_size; member
674 trb->length = cpu_to_le32(TRB_BURST(pep->trb_burst_size) | in cdns2_ep_tx_bulk()1472 pep->trb_burst_size = 128; in cdns2_ep_config()1474 pep->trb_burst_size = 64; in cdns2_ep_config()1476 pep->trb_burst_size = 16; in cdns2_ep_config()
1251 trb_burst = priv_ep->trb_burst_size; in cdns3_ep_run_transfer() 2151 priv_ep->trb_burst_size = 128; in cdns3_ep_config() 2153 priv_ep->trb_burst_size = 64; in cdns3_ep_config() 2155 priv_ep->trb_burst_size = 16; in cdns3_ep_config() 2159 * in the DMA. These bugs occur when the trb_burst_size exceeds 16 and the in cdns3_ep_config() 2165 * So force trb_burst_size to 16 at such platform. in cdns3_ep_config() 2168 priv_ep->trb_burst_size = 16; in cdns3_ep_config()
1183 u8 trb_burst_size; member