Searched refs:ocic_mask (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/usb/host/
H A Dohci-da8xx.c50 static volatile u16 ocic_mask; variable
187 ocic_mask |= 1 << 1;
286 if (ocic_mask & (1 << 1)) {
326 if (ocic_mask & (1 << wIndex))
354 ocic_mask |= 1 << wIndex;
356 ocic_mask &= ~(1 << wIndex);

Completed in 188 milliseconds