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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 111 milliseconds