Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Duhci.h43 #define USBPORTSC1 16 macro
Dusb-uhci.h53 #define USBPORTSC1 16 macro
Duhci.c1971 data |= ((inw(io_addr + USBPORTSC1 + i * 2) & 0xa) > 0 ? (1 << (i + 1)) : 0); in rh_send_irq()
1983 inw(io_addr + USBPORTSC1), inw(io_addr + USBPORTSC2), data); in rh_send_irq()
2072 status = inw(io_addr + USBPORTSC1 + 2 * (wIndex-1)); \
2074 outw(status, io_addr + USBPORTSC1 + 2 * (wIndex-1))
2077 status = inw(io_addr + USBPORTSC1 + 2 * (wIndex-1)); \
2079 outw(status, io_addr + USBPORTSC1 + 2 * (wIndex-1))
2140 status = inw(io_addr + USBPORTSC1 + 2 * (wIndex - 1)); in rh_submit_urb()
2541 connection |= (inw(io_addr + USBPORTSC1 + i * 2) & 0x1); in ports_active()
Dusb-uhci.c1892 data |= ((inw (io_addr + USBPORTSC1 + i * 2) & 0xa) > 0 ? (1 << (i + 1)) : 0); in rh_send_irq()
1902 inw (io_addr + USBPORTSC1), inw (io_addr + USBPORTSC2), data); in rh_send_irq()
1950 status = inw(io_addr+USBPORTSC1+2*(wIndex-1)); \
1952 outw(status, io_addr+USBPORTSC1+2*(wIndex-1))
1955 status = inw(io_addr+USBPORTSC1+2*(wIndex-1)); \
1957 outw(status, io_addr+USBPORTSC1+2*(wIndex-1))
2030 status = inw (io_addr + USBPORTSC1 + 2 * (wIndex - 1)); in rh_submit_urb()
2156 inw (io_addr + USBPORTSC1), inw (io_addr + USBPORTSC2)); in rh_submit_urb()