Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h319 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
H A Dau1x00_usb_ohci.c301 ndp = (temp & RH_A_NDP); in ohci_dump_roothub()
868 ndp = (temp & RH_A_NDP); in rh_check_port_status()
1038 data_buf [2] = temp & RH_A_NDP; in ohci_submit_rh_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h335 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
H A Dr8a66597.h609 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
H A Ddwc2.h750 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
H A Dohci-hcd.c437 ndp = (temp & RH_A_NDP); in ohci_dump_roothub()
1228 ndp = (temp & RH_A_NDP); in rh_check_port_status()
1402 databuf[2] = temp & RH_A_NDP; in ohci_submit_rh_msg()
H A Dr8a66597-hcd.c683 data[2] = temp & RH_A_NDP; in r8a66597_submit_rh_msg()
H A Ddwc2.c640 data[2] = dsc & RH_A_NDP; in dwc_otg_submit_rh_msg_in_descriptor()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Disp116x-hcd.c922 ports = isp116x->rhdesca & RH_A_NDP; in isp116x_hub_status_data()
1010 int ports = isp116x->rhdesca & RH_A_NDP; in isp116x_hub_control()
1464 if ((isp116x->rhdesca & RH_A_NDP) == 2) in isp116x_bus_resume()
1470 val = isp116x->rhdesca & RH_A_NDP; in isp116x_bus_resume()
H A Dohci-hub.c479 && (roothub_a (ohci) & RH_A_NDP) > MAX_ROOT_PORTS) { in ohci_hub_status_data()
481 ohci_readl (ohci, &ohci->regs->roothub.a) & RH_A_NDP); in ohci_hub_status_data()
H A Dohci.h325 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
H A Disp116x.h68 #define RH_A_NDP (0x3 << 0) /* # downstream ports */ macro
H A Dohci-dbg.c212 (temp & RH_A_NDP), controller->num_ports in ohci_dump_roothub()
H A 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()
H A Disp1362.h333 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
H A Dohci-hcd.c510 ohci->num_ports = roothub_a(ohci) & RH_A_NDP; in ohci_init()
H A Du132-hcd.c1570 u132->num_ports = rh_a & RH_A_NDP; in u132_init()
2769 if ((u132->hc_roothub_a & RH_A_NDP) > MAX_ROOT_PORTS) { in u132_hub_status_data()
2772 u132->hc_roothub_a & RH_A_NDP); in u132_hub_status_data()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c2221 num_ports = rh_a & RH_A_NDP; in ftdi_elan_check_controller()