Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hub.c49 if ((uhci_readw(uhci, USBPORTSC1 + port * 2) & in any_ports_active()
73 if ((uhci_readw(uhci, USBPORTSC1 + port * 2) & mask) || in get_hub_status_data()
144 port_addr = USBPORTSC1 + 2 * port; in uhci_check_ports()
249 unsigned long port_addr = USBPORTSC1 + 2 * port; in uhci_hub_control()
Duhci-pci.c83 if (inw(uhci->io_addr + USBPORTSC1 + port * 2) & in uhci_pci_resume_detect_interrupts_are_broken()
105 if (inw(uhci->io_addr + USBPORTSC1 + port * 2) & in uhci_pci_global_suspend_mode_is_broken()
Duhci-hcd.c140 uhci_writew(uhci, 0, USBPORTSC1 + (port * 2)); in finish_reset()
822 for (port = 0; port < (io_size - USBPORTSC1) / 2; port++) { in uhci_count_ports()
825 portstatus = uhci_readw(uhci, USBPORTSC1 + (port * 2)); in uhci_count_ports()
Duhci-hcd.h51 #define USBPORTSC1 16 macro
572 case USBPORTSC1: in uhci_aspeed_reg()
Duhci-grlib.c39 if (!(uhci_readw(uhci, USBPORTSC1) & 0x80)) { in uhci_grlib_init()
Duhci-debug.c320 portsc1 = uhci_readw(uhci, USBPORTSC1); in uhci_show_status()