Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/musb/
Dmusbhsdma.c75 u8 used_channels; member
87 if (controller->used_channels != 0) { in dma_controller_stop()
92 if (controller->used_channels & (1 << bit)) { in dma_controller_stop()
96 if (!controller->used_channels) in dma_controller_stop()
113 if (!(controller->used_channels & (1 << bit))) { in dma_channel_allocate()
114 controller->used_channels |= (1 << bit); in dma_channel_allocate()
142 musb_channel->controller->used_channels &= in dma_channel_release()