Home
last modified time | relevance | path

Searched refs:prod (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/doc/
H A DREADME.davinci125 http://focus.ti.com/docs/prod/folders/print/tms320dm355.html
129 http://focus.ti.com/docs/prod/folders/print/tms320dm365.html?247SEM=
137 http://focus.ti.com/docs/prod/folders/print/tms320dm6467.html
141 http://focus.ti.com/docs/prod/folders/print/tms320dm6446.html
149 http://focus.ti.com/docs/prod/folders/print/omap-l138.html
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c135 u64 prod; in efi_div10() local
140 prod = EFI_HIGH32(a) * EFI_LOW32(EFI_TENTH); in efi_div10()
141 rem = EFI_LOW32(prod); in efi_div10()
142 ret += EFI_HIGH32(prod); in efi_div10()
143 prod = EFI_LOW32(a) * EFI_HIGH32(EFI_TENTH); in efi_div10()
144 rem += EFI_LOW32(prod); in efi_div10()
145 ret += EFI_HIGH32(prod); in efi_div10()
146 prod = EFI_LOW32(a) * EFI_LOW32(EFI_TENTH); in efi_div10()
147 rem += EFI_HIGH32(prod); in efi_div10()
/rk3399_rockchip-uboot/cmd/
H A Dusb.c161 if (strlen(dev->mf) || strlen(dev->prod) || in usb_display_desc()
163 printf(" - %s %s %s\n", dev->mf, dev->prod, in usb_display_desc()
411 if (strlen(dev->mf) || strlen(dev->prod) || strlen(dev->serial))
412 printf(" %s %s %s %s\n", pre, dev->mf, dev->prod, dev->serial);
/rk3399_rockchip-uboot/include/
H A Dusb.h109 char prod[32]; /* product */ member
516 #define USB_DEVICE(vend, prod) \ argument
519 .idProduct = (prod)
/rk3399_rockchip-uboot/common/
H A Dusb.c1153 memset(dev->prod, 0, sizeof(dev->prod)); in usb_select_config()
1160 dev->prod, sizeof(dev->prod)); in usb_select_config()
1165 debug("Product %s\n", dev->prod); in usb_select_config()