Home
last modified time | relevance | path

Searched refs:VALID_BIT (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/linux/usb/
A Dnet2280.h349 #define VALID_BIT 31 macro
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dnet2280.c159 #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()
/linux-6.3-rc2/drivers/dma/
A Dhisi_dma.c136 #define VALID_BIT BIT(0) macro

Completed in 16 milliseconds