Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dohci-da8xx.c32 static volatile u16 ocic_mask; variable
78 ocic_mask |= 1 << port; in ohci_da8xx_ocic_handler()
155 if (ocic_mask & (1 << 1)) { in ohci_da8xx_hub_status_data()
196 if (ocic_mask & (1 << wIndex)) in ohci_da8xx_hub_control()
227 ocic_mask |= 1 << wIndex; in ohci_da8xx_hub_control()
229 ocic_mask &= ~(1 << wIndex); in ohci_da8xx_hub_control()