Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Duhci-hub.c47 if ((inw(uhci->io_addr + USBPORTSC1 + port * 2) & in any_ports_active()
71 if ((inw(uhci->io_addr + USBPORTSC1 + port * 2) & mask) || in get_hub_status_data()
143 port_addr = uhci->io_addr + USBPORTSC1 + 2 * port; in uhci_check_ports()
245 unsigned long port_addr = uhci->io_addr + USBPORTSC1 + 2 * port; in uhci_hub_control()
Duhci-hcd.c137 outw(0, uhci->io_addr + USBPORTSC1 + (port * 2)); in finish_reset()
232 if (inw(uhci->io_addr + USBPORTSC1 + port * 2) & in resume_detect_interrupts_are_broken()
254 if (inw(uhci->io_addr + USBPORTSC1 + port * 2) & in global_suspend_mode_is_broken()
538 for (port = 0; port < (io_size - USBPORTSC1) / 2; port++) { in uhci_init()
541 portstatus = inw(uhci->io_addr + USBPORTSC1 + (port * 2)); in uhci_init()
Duhci-hcd.h49 #define USBPORTSC1 16 macro