Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A D6x_bootscript_android.txt1 ${dtype} dev ${disk}
63 ${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img …
H A D6x_bootscript_android_recovery.txt1 ${dtype} dev ${disk}
63 ${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img …
H A D6x_upgrade.txt4 if ${fs}load ${dtype} ${disk}:1 12000000 u-boot.imx || ${fs}load ${dtype} ${disk}:1 12000000 u-boot…
H A D6x_bootscript.txt57 if test "sata" = "${dtype}" ; then
62 ${fs}load ${dtype} ${disk}:1 10800000 /boot/uImage && bootm 10800000 ;
/rk3399_rockchip-uboot/include/mtd/
H A Dubi-user.h395 __s8 dtype; /* obsolete, do not use! */ member
407 __s8 dtype; /* obsolete, do not use! */ member
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c92 unsigned short dtype = USB_DT_HUB; in usb_get_hub_descriptor() local
95 dtype = USB_DT_SS_HUB; in usb_get_hub_descriptor()
99 dtype << 8, 0, data, size, USB_CNTL_TIMEOUT); in usb_get_hub_descriptor()
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628.h404 u8 dtype; /* data type */ member
H A Drk628_dsi.c781 switch (cmd->dchdr.dtype) { in panel_simple_xfer_dsi_cmd_seq()