Searched refs:dtype (Results 1 – 8 of 8) 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/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/common/ |
A D | usb_hub.c | 93 unsigned short dtype = USB_DT_HUB; in usb_get_hub_descriptor() local 96 dtype = USB_DT_SS_HUB; in usb_get_hub_descriptor() 100 dtype << 8, 0, data, size, USB_CNTL_TIMEOUT); in usb_get_hub_descriptor()
|
/u-boot/drivers/video/ |
A D | nexell_display.c | 337 const char *name, *dtype; in nx_display_parse_dt() local 349 dtype = dev_read_string(dev, "lcd-type"); in nx_display_parse_dt() 371 ret = nx_display_parse_dp_lcds(subnode, dtype, dp); in nx_display_parse_dt()
|
/u-boot/drivers/mmc/ |
A D | mtk-sd.c | 467 u32 dtype = 0; in msdc_cmd_prepare_raw_cmd() local 473 dtype = 2; in msdc_cmd_prepare_raw_cmd() 480 dtype = 1; in msdc_cmd_prepare_raw_cmd() 486 dtype = 1; in msdc_cmd_prepare_raw_cmd() 494 dtype = 2; in msdc_cmd_prepare_raw_cmd() 502 ((dtype << SDC_CMD_DTYPE_S) & SDC_CMD_DTYPE_M); in msdc_cmd_prepare_raw_cmd()
|
Completed in 13 milliseconds