Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dhc_sl811.h161 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
Dusb-ohci.h324 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
Dusb-ohci.c432 ndp = (temp & RH_A_NDP); in ohci_dump_roothub()
1855 num_ports = roothub_a (ohci) & RH_A_NDP; in rh_send_irq()
1860 readl (&ohci->regs->roothub.a) & RH_A_NDP); in rh_send_irq()
2099 data_buf [2] = temp & RH_A_NDP; in rh_submit_urb()