Home
last modified time | relevance | path

Searched refs:devtype (Results 1 – 14 of 14) sorted by relevance

/u-boot/drivers/fpga/
A Dfpga.c88 switch (desc->devtype) { in fpga_dev_info()
115 __func__, desc->devtype); in fpga_dev_info()
160 } else if ((devtype > fpga_min_type) && (devtype < fpga_undefined)) { in fpga_add()
163 desc_table[next_desc].devtype = devtype; in fpga_add()
204 switch (desc->devtype) { in fpga_fsload()
215 __func__, desc->devtype); in fpga_fsload()
233 switch (desc->devtype) { in fpga_loads()
244 __func__, desc->devtype); in fpga_loads()
262 switch (desc->devtype) { in fpga_load()
287 __func__, desc->devtype); in fpga_load()
[all …]
/u-boot/cmd/
A Dlegacy-mtd-utils.c11 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 Dusb_mass_storage.c56 static int ums_init(const char *devtype, const char *devnums_part_str) in ums_init() argument
77 partnum = blk_get_device_part_str(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 Drockusb.c18 char *devtype; in do_rockusb() local
29 devtype = argv[2]; in do_rockusb()
35 rockusb_dev_init(devtype, dev_index); in do_rockusb()
A Dlegacy-mtd-utils.h7 loff_t *maxsize, int devtype, uint64_t chipsize);
9 loff_t *size, loff_t *maxsize, int devtype,
/u-boot/drivers/serial/
A Dserial_lpuart.c80 enum lpuart_devtype devtype; member
417 if (plat->devtype == DEV_MX7ULP || plat->devtype == DEV_IMX8 || in _lpuart32_serial_init()
418 plat->devtype == DEV_IMXRT) { in _lpuart32_serial_init()
435 if (plat->devtype == DEV_MX7ULP || plat->devtype == DEV_IMX8 || in lpuart_serial_setbrg()
436 plat->devtype == DEV_IMXRT) in lpuart_serial_setbrg()
533 plat->devtype = DEV_LS1021A; in lpuart_serial_of_to_plat()
535 plat->devtype = DEV_MX7ULP; in lpuart_serial_of_to_plat()
537 plat->devtype = DEV_VF610; in lpuart_serial_of_to_plat()
539 plat->devtype = DEV_IMX8; in lpuart_serial_of_to_plat()
541 plat->devtype = DEV_IMXRT; in lpuart_serial_of_to_plat()
/u-boot/include/
A Dfpga.h36 fpga_type devtype; /* switch value to select sub-functions */ member
62 int fpga_add(fpga_type devtype, void *desc);
/u-boot/disk/
A Dpart.c768 char *devtype; in part_set_generic_name() local
774 devtype = "hd"; in part_set_generic_name()
777 devtype = "sd"; in part_set_generic_name()
780 devtype = "usbd"; in part_set_generic_name()
783 devtype = "docd"; in part_set_generic_name()
787 devtype = "mmcsd"; in part_set_generic_name()
790 devtype = "xx"; in part_set_generic_name()
794 sprintf(name, "%s%c%d", devtype, 'a' + dev_desc->devnum, part_num); in part_set_generic_name()
/u-boot/drivers/sound/
A Dmaxim_codec.h18 enum maxim_codec_type devtype; member
/u-boot/board/k+p/bootscripts/
A Dtpcboot.cmd47 if test -e ${devtype} ${devnum}:${distro_bootpart} ${kernel_file}; then
49 if load ${devtype} ${devnum}:${distro_bootpart} ${loadaddr} \
/u-boot/doc/usage/
A Dpartitions.rst44 <devtype><devletter><partnum>
46 devtype
A Dfdt_overlays.rst98 => load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/base.dtb
99 => load ${devtype} ${bootpart} ${fdtovaddr} ${bootdir}/overlay.dtbo
/u-boot/doc/
A DREADME.rockusb23 rockusb <USB_controller> <devtype> <dev[:part]>
/u-boot/doc/board/emulation/
A Dqemu-x86.rst65 load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} /vmlinuz
66 load ${devtype} ${devnum}:${distro_bootpart} ${ramdisk_addr_r} /initrd.img

Completed in 23 milliseconds