Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dohci-da8xx.c48 static volatile u16 ocic_mask; variable
205 ocic_mask |= 1 << port; in ohci_da8xx_ocic_handler()
219 ocic_mask |= 1 << 1; in ohci_da8xx_regulator_event()
314 if (ocic_mask & (1 << 1)) { in ohci_da8xx_hub_status_data()
354 if (ocic_mask & (1 << wIndex)) in ohci_da8xx_hub_control()
382 ocic_mask |= 1 << wIndex; in ohci_da8xx_hub_control()
384 ocic_mask &= ~(1 << wIndex); in ohci_da8xx_hub_control()