Searched refs:RH_A_NDP (Results 1 – 6 of 6) sorted by relevance
921 ports = isp116x->rhdesca & RH_A_NDP; in isp116x_hub_status_data()1009 int ports = isp116x->rhdesca & RH_A_NDP; in isp116x_hub_control()1463 if ((isp116x->rhdesca & RH_A_NDP) == 2) in isp116x_bus_resume()1469 val = isp116x->rhdesca & RH_A_NDP; in isp116x_bus_resume()
482 && (roothub_a (ohci) & RH_A_NDP) > MAX_ROOT_PORTS) { in ohci_hub_status_data()484 ohci_readl (ohci, &ohci->regs->roothub.a) & RH_A_NDP); in ohci_hub_status_data()
325 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
68 #define RH_A_NDP (0x3 << 0) /* # downstream ports */ macro
212 (temp & RH_A_NDP), controller->num_ports in ohci_dump_roothub()
508 ohci->num_ports = roothub_a(ohci) & RH_A_NDP; in ohci_init()