Home
last modified time | relevance | path

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

/u-boot/board/boundary/nitrogen6x/
A D6x_bootscript_android.txt1 ${dtype} dev ${disk}
63 ${fs}load ${dtype} ${disk}:1 10800000 uImage && ${fs}load ${dtype} ${disk}:1 12800000 uramdisk.img …
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 …
A D6x_upgrade.txt4 if ${fs}load ${dtype} ${disk}:1 12000000 u-boot.imx || ${fs}load ${dtype} ${disk}:1 12000000 u-boot…
A D6x_bootscript.txt57 if test "sata" = "${dtype}" ; then
62 ${fs}load ${dtype} ${disk}:1 10800000 /boot/uImage && bootm 10800000 ;
/u-boot/include/mtd/
A Dubi-user.h408 __s8 dtype; /* obsolete, do not use! */ member
420 __s8 dtype; /* obsolete, do not use! */ member
/u-boot/common/
A Dusb_hub.c93 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 Dnexell_display.c337 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 Dmtk-sd.c467 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