Searched refs:dtype (Results 1 – 9 of 9) sorted by relevance
| /u-boot/board/boundary/nitrogen6x/ |
| A D | 6x_bootscript_android.txt | 1 ${dtype} dev ${disk} 63 ${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img …
|
| A D | 6x_bootscript_android_recovery.txt | 1 ${dtype} dev ${disk} 63 ${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img …
|
| A D | 6x_upgrade.txt | 4 if ${fs}load ${dtype} ${disk}:1 12000000 u-boot.imx || ${fs}load ${dtype} ${disk}:1 12000000 u-boot…
|
| A D | 6x_bootscript.txt | 57 if test "sata" = "${dtype}" ; then 62 ${fs}load ${dtype} ${disk}:1 10800000 /boot/uImage && bootm 10800000 ;
|
| /u-boot/board/gateworks/gw_ventana/ |
| A D | gw_ventana.env | 45 setenv dtype mmc; run loadscript; 60 setenv dtype sata; run loadscript; 75 setenv dtype usb; run loadscript; 134 setenv dtype nand; run loadscript;
|
| /u-boot/include/mtd/ |
| A D | ubi-user.h | 408 __s8 dtype; /* obsolete, do not use! */ member 420 __s8 dtype; /* obsolete, do not use! */ member
|
| /u-boot/drivers/video/ |
| A D | nexell_display.c | 335 const char *name, *dtype; in nx_display_parse_dt() local 347 dtype = dev_read_string(dev, "lcd-type"); in nx_display_parse_dt() 369 ret = nx_display_parse_dp_lcds(subnode, dtype, dp); in nx_display_parse_dt()
|
| /u-boot/common/ |
| A D | usb_hub.c | 95 unsigned short dtype = USB_DT_HUB; in usb_get_hub_descriptor() local 98 dtype = USB_DT_SS_HUB; in usb_get_hub_descriptor() 102 dtype << 8, 0, data, size, USB_CNTL_TIMEOUT); in usb_get_hub_descriptor()
|
| /u-boot/drivers/mmc/ |
| A D | mtk-sd.c | 469 u32 dtype = 0; in msdc_cmd_prepare_raw_cmd() local 475 dtype = 2; in msdc_cmd_prepare_raw_cmd() 482 dtype = 1; in msdc_cmd_prepare_raw_cmd() 488 dtype = 1; in msdc_cmd_prepare_raw_cmd() 496 dtype = 2; in msdc_cmd_prepare_raw_cmd() 504 ((dtype << SDC_CMD_DTYPE_S) & SDC_CMD_DTYPE_M); in msdc_cmd_prepare_raw_cmd()
|
Completed in 23 milliseconds