Searched refs:hw_ccs (Results 1 – 1 of 1) sorted by relevance
717 u8 hw_ccs; in cdns2_prepare_first_isoc_transfer() 734 hw_ccs = !!DMA_EP_STS_CCS(readl(&pdev->adma_regs->ep_sts)); in cdns2_prepare_first_isoc_transfer() 739 trb->control = cpu_to_le32((hw_ccs ? TRB_CYCLE : 0) | TRB_TYPE(TRB_NORMAL)); in cdns2_prepare_first_isoc_transfer() 748 trb->control = cpu_to_le32((hw_ccs ? TRB_CYCLE : 0) | in cdns2_prepare_first_isoc_transfer() 751 if (hw_ccs != pep->ring.ccs) in cdns2_prepare_first_isoc_transfer() 716 u8 hw_ccs; cdns2_prepare_first_isoc_transfer() local