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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hub.c47 if ((inw(uhci->io_addr + USBPORTSC1 + port * 2) &
71 if ((inw(uhci->io_addr + USBPORTSC1 + port * 2) & mask) ||
143 port_addr = uhci->io_addr + USBPORTSC1 + 2 * port;
245 unsigned long port_addr = uhci->io_addr + USBPORTSC1 + 2 * port;
H A Duhci-hcd.c137 outw(0, uhci->io_addr + USBPORTSC1 + (port * 2));
232 if (inw(uhci->io_addr + USBPORTSC1 + port * 2) &
254 if (inw(uhci->io_addr + USBPORTSC1 + port * 2) &
538 for (port = 0; port < (io_size - USBPORTSC1) / 2; port++) {
541 portstatus = inw(uhci->io_addr + USBPORTSC1 + (port * 2));
H A Duhci-hcd.h49 #define USBPORTSC1 16 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Duhci-hub.c47 if ((inw(uhci->io_addr + USBPORTSC1 + port * 2) &
71 if ((inw(uhci->io_addr + USBPORTSC1 + port * 2) & mask) ||
143 port_addr = uhci->io_addr + USBPORTSC1 + 2 * port;
245 unsigned long port_addr = uhci->io_addr + USBPORTSC1 + 2 * port;
H A Duhci-hcd.c137 outw(0, uhci->io_addr + USBPORTSC1 + (port * 2));
232 if (inw(uhci->io_addr + USBPORTSC1 + port * 2) &
254 if (inw(uhci->io_addr + USBPORTSC1 + port * 2) &
538 for (port = 0; port < (io_size - USBPORTSC1) / 2; port++) {
541 portstatus = inw(uhci->io_addr + USBPORTSC1 + (port * 2));
H A Duhci-hcd.h49 #define USBPORTSC1 16 macro

Completed in 172 milliseconds