| /u-boot/scripts/ |
| A D | Makefile.lib | 51 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 52 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 53 multi-used := $(multi-used-y) $(multi-used-m) 54 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m))) 58 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y))) 59 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y))) 82 multi-used-y := $(addprefix $(obj)/,$(multi-used-y)) 83 multi-used-m := $(addprefix $(obj)/,$(multi-used-m)) 84 multi-objs-y := $(addprefix $(obj)/,$(multi-objs-y)) 85 multi-objs-m := $(addprefix $(obj)/,$(multi-objs-m))
|
| A D | Makefile.build | 133 $(multi-objs-m) : modname = $(modname-multi) 134 $(multi-objs-m:.o=.i) : modname = $(modname-multi) 135 $(multi-objs-m:.o=.s) : modname = $(modname-multi) 136 $(multi-objs-m:.o=.lst) : modname = $(modname-multi) 137 $(multi-objs-y) : modname = $(modname-multi) 138 $(multi-objs-y:.o=.i) : modname = $(modname-multi) 139 $(multi-objs-y:.o=.s) : modname = $(modname-multi) 140 $(multi-objs-y:.o=.lst) : modname = $(modname-multi) 369 $(multi-used-y): FORCE 373 $(multi-used-m): FORCE [all …]
|
| /u-boot/arch/arm/dts/ |
| A D | armada-385-turris-omnia.dts | 224 multi-led@0 { 231 multi-led@1 { 238 multi-led@2 { 245 multi-led@3 { 252 multi-led@4 { 259 multi-led@5 { 265 multi-led@6 { 272 multi-led@7 { 279 multi-led@8 { 286 multi-led@9 { [all …]
|
| /u-boot/fs/btrfs/ |
| A D | volumes.c | 968 struct btrfs_multi_bio *multi = NULL; in __btrfs_map_block() local 976 kfree(multi); in __btrfs_map_block() 981 kfree(multi); in __btrfs_map_block() 989 if (!multi) in __btrfs_map_block() 1014 kfree(multi); in __btrfs_map_block() 1023 kfree(multi); in __btrfs_map_block() 1024 multi = NULL; in __btrfs_map_block() 1056 multi->num_stripes = 1; in __btrfs_map_block() 1149 multi->stripes[i].physical = in __btrfs_map_block() 1155 *multi_ret = multi; in __btrfs_map_block() [all …]
|
| A D | disk-io.c | 404 struct btrfs_multi_bio *multi = NULL; in read_whole_eb() local 418 kfree(multi); in read_whole_eb() 421 device = multi->stripes[0].dev; in read_whole_eb() 424 kfree(multi); in read_whole_eb() 432 multi->stripes[0].physical, eb, in read_whole_eb() 434 kfree(multi); in read_whole_eb() 435 multi = NULL; in read_whole_eb() 546 struct btrfs_multi_bio *multi = NULL; in read_extent_data() local 559 device = multi->stripes[0].dev; in read_extent_data() 567 multi->stripes[0].physical); in read_extent_data() [all …]
|
| /u-boot/arch/mips/mach-mtmips/mt7620/ |
| A D | init.c | 87 u32 val, multi, div, fdiv, ffrac, dram_type, sys_div; in mt7620_get_clks() local 109 multi = (val & PLL_MULT_RATIO_M) >> PLL_MULT_RATIO_S; in mt7620_get_clks() 111 cpu_freq = (multi + 24) * 40000000 / in mt7620_get_clks()
|
| /u-boot/tools/dtoc/test/ |
| A D | dtoc_test_simple.dts | 25 stringarray = "multi-word", "message"; 38 stringarray = "another", "multi-word", "message";
|
| /u-boot/doc/device-tree-bindings/timer/ |
| A D | atcpit100_timer.txt | 6 This timer is a set of compact multi-function timers, which can be 10 multi-function timer and provide the following usage scenarios:
|
| /u-boot/drivers/adc/ |
| A D | Kconfig | 5 by single and multi-channel methods for: 7 a number or multi-channels selected by a bitmask 30 - single and multi-channel conversion mode
|
| /u-boot/drivers/mmc/ |
| A D | mmc_spi.c | 245 u32 bcnt, u32 bsize, int multi) in mmc_spi_writedata() argument 253 tok[1] = multi ? SPI_TOKEN_MULTI_WRITE : SPI_TOKEN_SINGLE; in mmc_spi_writedata() 290 if (multi && bcnt == -1) { /* stop multi write */ in mmc_spi_writedata() 322 int i, multi, ret = 0; in dm_mmc_spi_request() local 431 multi = (cmd->cmdidx == MMC_CMD_WRITE_MULTIPLE_BLOCK); in dm_mmc_spi_request() 438 multi); in dm_mmc_spi_request()
|
| /u-boot/tools/binman/test/ |
| A D | 045_prop_test.dts | 20 stringarray = "another", "multi-word", "message";
|
| /u-boot/test/image/ |
| A D | test-imagetools.sh | 96 do_cmd ${MKIMAGE} -A x86 -O linux -T multi -n \"${IMAGE_NAME}\" \ 104 echo -e "\nExtracting multi-file image contents..."
|
| /u-boot/include/ |
| A D | mk48t59.h | 43 void rtc_set_watchdog(short multi, short res);
|
| A D | usb_defs.h | 351 bool multi; /* true means one TT per port */ member
|
| /u-boot/post/lib_powerpc/ |
| A D | Makefile | 9 obj-y += store.o load.o cr.o b.o multi.o string.o complex.o
|
| /u-boot/doc/develop/driver-model/ |
| A D | pmic-framework.rst | 10 This is an introduction to driver-model multi uclass PMIC IC's support. 60 PMIC drivers can simply provide a common functions, for multi-interface and 61 and multi-instance device support. 66 UCLASS_PMIC. For the multi-function PMIC devices, this can be used as
|
| /u-boot/doc/usage/cmd/ |
| A D | imxtract.rst | 17 The imxtract command is used to extract a part of a multi-image file. 25 Address of the multi-image file from which a part shall be extracted
|
| A D | bootm.rst | 130 3. bootm <addr1> /* multi-image at <addr1> */ 149 4. bootm <addr1> - /* multi-image at <addr1> */ 152 component of the multi-image is irrelevant (it can be a dummy, 1-byte file).
|
| /u-boot/doc/ |
| A D | README.bitbangMII | 10 CONFIG_BITBANGMII_MULTI - Enable the multi bus support 25 (that didn't support the multi-bus).
|
| A D | README.sched | 4 'sched.c' provides an very simplistic multi-threading scheduler.
|
| A D | README.boston | 58 - Multi-arch-variant multi-endian fat binary
|
| /u-boot/doc/device-tree-bindings/pinctrl/ |
| A D | marvell,mvebu-pinctrl.txt | 1 The pinctrl driver enables Marvell Armada 8K SoCs to configure the multi-purpose 16 - pin-count: Numeric value defining the amount of multi purpose pins
|
| /u-boot/cmd/ |
| A D | pci.c | 289 static void pciinfo(struct udevice *bus, bool short_listing, bool multi) in pciinfo() argument 293 if (!multi) in pciinfo() 296 if (!multi || dev_seq(bus) == 0) in pciinfo()
|
| /u-boot/scripts/kconfig/ |
| A D | zconf.l | 217 "%s:%d:warning: multi-line strings not supported\n",
|
| /u-boot/arch/arm/include/asm/arch-octeontx/csrs/ |
| A D | csrs-mio_emm.h | 258 u64 multi : 1; member 272 u64 multi : 1; member 286 u64 multi : 1; member
|