Lines Matching refs:port_addr
81 status = uhci_readw(uhci, port_addr); \
85 uhci_writew(uhci, status, port_addr)
88 status = uhci_readw(uhci, port_addr); \
91 uhci_writew(uhci, status, port_addr)
97 unsigned long port_addr) in uhci_finish_suspend() argument
102 if (uhci_readw(uhci, port_addr) & SUSPEND_BITS) { in uhci_finish_suspend()
113 if (!(uhci_readw(uhci, port_addr) & SUSPEND_BITS)) in uhci_finish_suspend()
124 static void wait_for_HP(struct uhci_hcd *uhci, unsigned long port_addr) in wait_for_HP() argument
129 if (uhci_readw(uhci, port_addr) & USBPORTSC_CSC) in wait_for_HP()
139 unsigned long port_addr; in uhci_check_ports() local
143 port_addr = USBPORTSC1 + 2 * port; in uhci_check_ports()
144 status = uhci_readw(uhci, port_addr); in uhci_check_ports()
153 wait_for_HP(uhci, port_addr); in uhci_check_ports()
177 uhci_finish_suspend(uhci, port, port_addr); in uhci_check_ports()
246 unsigned long port_addr = USBPORTSC1 + 2 * port; in uhci_hub_control() local
264 status = uhci_readw(uhci, port_addr); in uhci_hub_control()
334 uhci_finish_suspend(uhci, port, port_addr); in uhci_hub_control()
355 uhci_finish_suspend(uhci, port, port_addr); in uhci_hub_control()
361 if (!(uhci_readw(uhci, port_addr) & USBPORTSC_SUSP)) { in uhci_hub_control()
364 uhci_finish_suspend(uhci, port, port_addr); in uhci_hub_control()
373 if (!(uhci_readw(uhci, port_addr) & in uhci_hub_control()
376 port_addr); in uhci_hub_control()