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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusbhsdma.c56 if (controller->used_channels != 0) {
61 if (controller->used_channels & (1 << bit)) {
65 if (!controller->used_channels)
84 if (!(controller->used_channels & (1 << bit))) {
85 controller->used_channels |= (1 << bit);
113 musb_channel->controller->used_channels &=
H A Dmusbhsdma.h154 u8 used_channels; member in struct:musb_dma_controller

Completed in 77 milliseconds