Searched refs:VALID_BIT (Results 1 – 2 of 2) sorted by relevance
138 #define valid_bit __constant_cpu_to_le32 (1 << VALID_BIT)720 dmacount |= (1 << VALID_BIT); in fill_dma_desc()758 writel ((1 << VALID_BIT) | (ep->is_in << DMA_DIRECTION), in start_queue()1040 if ((tmp & (1 << VALID_BIT)) != 0) in scan_dma_completions()2605 (1 << VALID_BIT) in handle_stat1_irqs()
356 #define VALID_BIT 31 macro