Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/musb/
H A Dmusbhsdma.c70 u8 used_channels; member
82 if (controller->used_channels != 0) { in dma_controller_stop()
87 if (controller->used_channels & (1 << bit)) { in dma_controller_stop()
91 if (!controller->used_channels) in dma_controller_stop()
108 if (!(controller->used_channels & (1 << bit))) { in dma_channel_allocate()
109 controller->used_channels |= (1 << bit); in dma_channel_allocate()
137 musb_channel->controller->used_channels &= in dma_channel_release()