| /u-boot/drivers/fpga/ |
| A D | fpga.c | 83 switch (desc->devtype) { in fpga_dev_info() 110 __func__, desc->devtype); in fpga_dev_info() 155 } else if ((devtype > fpga_min_type) && (devtype < fpga_undefined)) { in fpga_add() 158 desc_table[next_desc].devtype = devtype; in fpga_add() 199 switch (desc->devtype) { in fpga_fsload() 210 __func__, desc->devtype); in fpga_fsload() 228 switch (desc->devtype) { in fpga_loads() 239 __func__, desc->devtype); in fpga_loads() 258 switch (desc->devtype) { in fpga_load() 301 switch (desc->devtype) { in fpga_dump() [all …]
|
| /u-boot/cmd/ |
| A D | legacy-mtd-utils.c | 11 loff_t *maxsize, int devtype) in get_part() argument 27 if (dev->id->type != devtype) { in get_part() 28 printf("not same typ %d != %d\n", dev->id->type, devtype); in get_part() 45 loff_t *maxsize, int devtype, uint64_t chipsize) in mtd_arg_off() argument 48 return get_part(arg, idx, off, size, maxsize, devtype); in mtd_arg_off() 61 loff_t *size, loff_t *maxsize, int devtype, in mtd_arg_off_size() argument 73 ret = mtd_arg_off(argv[0], idx, off, size, maxsize, devtype, in mtd_arg_off_size()
|
| A D | usb_mass_storage.c | 56 static int ums_init(const char *devtype, const char *devnums_part_str) in ums_init() argument 77 partnum = part_get_info_by_dev_and_name_or_num(devtype, devnum_part_str, in ums_init() 119 ums_count, devtype, ums[ums_count].block_dev.devnum, in ums_init() 143 const char *devtype; in do_usb_mass_storage() local 154 devtype = argv[2]; in do_usb_mass_storage() 157 devtype = "mmc"; in do_usb_mass_storage() 161 rc = ums_init(devtype, devnum); in do_usb_mass_storage()
|
| A D | rockusb.c | 18 char *devtype; in do_rockusb() local 29 devtype = argv[2]; in do_rockusb() 35 rockusb_dev_init(devtype, dev_index); in do_rockusb()
|
| A D | legacy-mtd-utils.h | 7 loff_t *maxsize, int devtype, uint64_t chipsize); 9 loff_t *size, loff_t *maxsize, int devtype,
|
| /u-boot/include/environment/ti/ |
| A D | ufs.env | 3 args_ufs=setenv devtype scsi;setenv bootpart 1:1; 9 setenv devtype scsi; 12 get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern} 13 get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
|
| A D | mmc.env | 15 loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile} 16 loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile} 49 devtype=mmc;
|
| /u-boot/drivers/serial/ |
| A D | serial_lpuart.c | 81 enum lpuart_devtype devtype; member 407 if (plat->devtype == DEV_MX7ULP || plat->devtype == DEV_IMX8 || in _lpuart32_serial_init() 408 plat->devtype == DEV_IMXRT) { in _lpuart32_serial_init() 425 if (plat->devtype == DEV_MX7ULP || plat->devtype == DEV_IMX8 || in lpuart_serial_setbrg() 426 plat->devtype == DEV_IMXRT) in lpuart_serial_setbrg() 521 plat->devtype = DEV_LS1021A; in lpuart_serial_of_to_plat() 523 plat->devtype = DEV_MX7ULP; in lpuart_serial_of_to_plat() 525 plat->devtype = DEV_VF610; in lpuart_serial_of_to_plat() 527 plat->devtype = DEV_IMX8; in lpuart_serial_of_to_plat() 529 plat->devtype = DEV_IMXRT; in lpuart_serial_of_to_plat()
|
| /u-boot/include/ |
| A D | fpga.h | 33 fpga_type devtype; /* switch value to select sub-functions */ member 59 int fpga_add(fpga_type devtype, void *desc);
|
| /u-boot/disk/ |
| A D | part.c | 751 char *devtype; in part_set_generic_name() local 756 devtype = "hd"; in part_set_generic_name() 759 devtype = "sd"; in part_set_generic_name() 762 devtype = "usbd"; in part_set_generic_name() 765 devtype = "mmcsd"; in part_set_generic_name() 768 devtype = "xx"; in part_set_generic_name() 772 sprintf(name, "%s%c%d", devtype, 'a' + dev_desc->devnum, part_num); in part_set_generic_name()
|
| /u-boot/drivers/sound/ |
| A D | maxim_codec.h | 18 enum maxim_codec_type devtype; member
|
| /u-boot/board/k+p/bootscripts/ |
| A D | tpcboot.cmd | 47 if test -e ${devtype} ${devnum}:${distro_bootpart} ${kernel_file}; then 49 if load ${devtype} ${devnum}:${distro_bootpart} ${loadaddr} \
|
| /u-boot/doc/usage/ |
| A D | partitions.rst | 44 <devtype><devletter><partnum> 46 devtype
|
| A D | fdt_overlays.rst | 98 => load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/base.dtb 99 => load ${devtype} ${bootpart} ${fdtovaddr} ${bootdir}/overlay.dtbo
|
| /u-boot/doc/ |
| A D | README.rockusb | 23 rockusb <USB_controller> <devtype> <dev[:part]>
|
| /u-boot/doc/board/emulation/ |
| A D | qemu-x86.rst | 66 load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} /vmlinuz 67 load ${devtype} ${devnum}:${distro_bootpart} ${ramdisk_addr_r} /initrd.img
|
| /u-boot/configs/ |
| A D | imx8mm-mx8menlo_defconfig | 34 CONFIG_BOOTCOMMAND="mmc partconf 0 distro_bootpart && load ${devtype} ${devnum}:${distro_bootpart} …
|
| A D | imx8mm_data_modul_edm_sbc_defconfig | 42 CONFIG_BOOTCOMMAND="run dmo_update_env ; load ${devtype} ${devnum}:${devpart} ${loadaddr} boot/fitI…
|
| A D | imx8mp_data_modul_edm_sbc_defconfig | 49 CONFIG_BOOTCOMMAND="run dmo_update_env ; load ${devtype} ${devnum}:${devpart} ${loadaddr} boot/fitI…
|
| /u-boot/doc/develop/ |
| A D | bootstd.rst | 276 devtype
|