Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_device_path.c194 struct efi_device_path *ndp; in efi_dp_dup() local
200 ndp = dp_alloc(sz); in efi_dp_dup()
201 memcpy(ndp, dp, sz); in efi_dp_dup()
203 return ndp; in efi_dp_dup()
506 struct efi_device_path_mac_addr *ndp; in efi_dp_from_eth() local
517 dpsize += sizeof(*ndp); in efi_dp_from_eth()
528 ndp = buf; in efi_dp_from_eth()
529 ndp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE; in efi_dp_from_eth()
530 ndp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_MAC_ADDR; in efi_dp_from_eth()
531 ndp->dp.length = sizeof(*ndp); in efi_dp_from_eth()
[all …]
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c434 __u32 temp, ndp, i; in ohci_dump_roothub() local
437 ndp = (temp & RH_A_NDP); in ohci_dump_roothub()
439 ndp = (ndp == 2) ? 1:0; in ohci_dump_roothub()
449 ndp in ohci_dump_roothub()
469 for (i = 0; i < ndp; i++) { in ohci_dump_roothub()
1224 __u32 temp, ndp, i; in rh_check_port_status() local
1229 ndp = (temp & RH_A_NDP); in rh_check_port_status()
1231 ndp = (ndp == 2) ? 1:0; in rh_check_port_status()
1233 for (i = 0; i < ndp; i++) { in rh_check_port_status()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c298 __u32 temp, ndp, i; in ohci_dump_roothub() local
301 ndp = (temp & RH_A_NDP); in ohci_dump_roothub()
311 ndp in ohci_dump_roothub()
331 for (i = 0; i < ndp; i++) { in ohci_dump_roothub()
863 __u32 temp, ndp, i; in rh_check_port_status() local
868 ndp = (temp & RH_A_NDP); in rh_check_port_status()
869 for (i = 0; i < ndp; i++) { in rh_check_port_status()