Searched refs:VALID_BIT (Results 1 – 3 of 3) sorted by relevance
349 #define VALID_BIT 31 macro
159 #define valid_bit cpu_to_le32(BIT(VALID_BIT))814 dmacount |= BIT(VALID_BIT); in fill_dma_desc()850 unsigned int tmp = BIT(VALID_BIT) | (ep->is_in << DMA_DIRECTION); in start_queue()1141 if ((req_dma_count & BIT(VALID_BIT)) != 0) in scan_dma_completions()
136 #define VALID_BIT BIT(0) macro
Completed in 14 milliseconds