Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dohci.h335 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
Dr8a66597.h655 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
Ddwc2.h749 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
Dohci-hcd.c433 ndp = (temp & RH_A_NDP); in ohci_dump_roothub()
1224 ndp = (temp & RH_A_NDP); in rh_check_port_status()
1398 databuf[2] = temp & RH_A_NDP; in ohci_submit_rh_msg()
Dr8a66597-hcd.c710 data[2] = temp & RH_A_NDP; in r8a66597_submit_rh_msg()
Ddwc2.c634 data[2] = dsc & RH_A_NDP; in dwc_otg_submit_rh_msg_in_descriptor()
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h319 #define RH_A_NDP (0xff << 0) /* number of downstream ports */ macro
Dau1x00_usb_ohci.c300 ndp = (temp & RH_A_NDP); in ohci_dump_roothub()
867 ndp = (temp & RH_A_NDP); in rh_check_port_status()
1037 data_buf [2] = temp & RH_A_NDP; in ohci_submit_rh_msg()