Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Disp116x-hcd.c921 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()
Dohci-hub.c482 && (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()
Dohci.h325 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
Disp116x.h68 #define RH_A_NDP (0x3 << 0) /* # downstream ports */ macro
Dohci-dbg.c212 (temp & RH_A_NDP), controller->num_ports in ohci_dump_roothub()
Disp1362.h333 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
Disp1362-hcd.c1509 ports = isp1362_hcd->rhdesca & RH_A_NDP; in isp1362_hub_status_data()
1570 int ports = isp1362_hcd->rhdesca & RH_A_NDP; in isp1362_hub_control()
1877 port = isp1362_read_reg32(isp1362_hcd, HCRHDESCA) & RH_A_NDP; in isp1362_bus_resume()
Dohci-hcd.c508 ohci->num_ports = roothub_a(ohci) & RH_A_NDP; in ohci_init()