Home
last modified time | relevance | path

Searched refs:multi (Results 1 – 25 of 56) sorted by relevance

123

/u-boot/scripts/
A DMakefile.lib51 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 DMakefile.build142 $(multi-objs-m) : modname = $(modname-multi)
143 $(multi-objs-m:.o=.i) : modname = $(modname-multi)
144 $(multi-objs-m:.o=.s) : modname = $(modname-multi)
145 $(multi-objs-m:.o=.lst) : modname = $(modname-multi)
146 $(multi-objs-y) : modname = $(modname-multi)
147 $(multi-objs-y:.o=.i) : modname = $(modname-multi)
148 $(multi-objs-y:.o=.s) : modname = $(modname-multi)
149 $(multi-objs-y:.o=.lst) : modname = $(modname-multi)
391 $(multi-used-y): FORCE
395 $(multi-used-m): FORCE
[all …]
/u-boot/fs/btrfs/
A Dvolumes.c967 struct btrfs_multi_bio *multi = NULL; in __btrfs_map_block() local
975 kfree(multi); in __btrfs_map_block()
980 kfree(multi); in __btrfs_map_block()
988 if (!multi) in __btrfs_map_block()
1013 kfree(multi); in __btrfs_map_block()
1022 kfree(multi); in __btrfs_map_block()
1023 multi = NULL; in __btrfs_map_block()
1054 multi->num_stripes = 1; in __btrfs_map_block()
1147 multi->stripes[i].physical = in __btrfs_map_block()
1153 *multi_ret = multi; in __btrfs_map_block()
[all …]
A Ddisk-io.c401 struct btrfs_multi_bio *multi = NULL; in read_whole_eb() local
415 kfree(multi); in read_whole_eb()
418 device = multi->stripes[0].dev; in read_whole_eb()
421 kfree(multi); in read_whole_eb()
429 multi->stripes[0].physical, eb, in read_whole_eb()
431 kfree(multi); in read_whole_eb()
432 multi = NULL; in read_whole_eb()
542 struct btrfs_multi_bio *multi = NULL; in read_extent_data() local
554 device = multi->stripes[0].dev; in read_extent_data()
564 multi->stripes[0].physical); in read_extent_data()
[all …]
/u-boot/tools/dtoc/
A Ddtoc_test_simple.dts23 stringarray = "multi-word", "message";
36 stringarray = "another", "multi-word", "message";
/u-boot/arch/mips/mach-mtmips/mt7620/
A Dinit.c87 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/doc/device-tree-bindings/timer/
A Datcpit100_timer.txt6 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 DKconfig5 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/tools/binman/test/
A D045_prop_test.dts20 stringarray = "another", "multi-word", "message";
/u-boot/drivers/mmc/
A Dmmc_spi.c245 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/include/
A Dmk48t59.h43 void rtc_set_watchdog(short multi, short res);
A Dusb_defs.h319 bool multi; /* true means one TT per port */ member
/u-boot/test/image/
A Dtest-imagetools.sh96 do_cmd ${MKIMAGE} -A x86 -O linux -T multi -n \"${IMAGE_NAME}\" \
104 echo -e "\nExtracting multi-file image contents..."
/u-boot/post/lib_powerpc/
A DMakefile9 obj-y += store.o load.o cr.o b.o multi.o string.o complex.o
/u-boot/doc/driver-model/
A Dpmic-framework.rst10 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/drivers/rtc/
A Dmk48t59.c169 void rtc_set_watchdog(short multi, short res) in rtc_set_watchdog() argument
173 wd_value = RTC_WDS | ((multi & 0x1F) << 2) | (res & 0x3); in rtc_set_watchdog()
/u-boot/doc/
A DREADME.bitbangMII10 CONFIG_BITBANGMII_MULTI - Enable the multi bus support
25 (that didn't support the multi-bus).
A DREADME.sched4 'sched.c' provides an very simplistic multi-threading scheduler.
A DREADME.boston58 - Multi-arch-variant multi-endian fat binary
/u-boot/doc/device-tree-bindings/pinctrl/
A Dmarvell,mvebu-pinctrl.txt1 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/scripts/kconfig/
A Dzconf.l217 "%s:%d:warning: multi-line strings not supported\n",
/u-boot/doc/uImage.FIT/
A Dcommand_syntax_extensions.txt30 3. bootm <addr1> /* multi-image at <addr1> */
31 4. bootm <addr1> - /* multi-image at <addr1> */
67 component of the multi-image is irrelevant (it can be a dummy, 1-byte file).
/u-boot/arch/sandbox/dts/
A Dsandbox.dtsi230 stringarray = "multi-word", "message";
242 stringarray = "another", "multi-word", "message";
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
A Dcsrs-mio_emm.h258 u64 multi : 1; member
272 u64 multi : 1; member
286 u64 multi : 1; member
/u-boot/arch/arm/include/asm/arch-octeontx/csrs/
A Dcsrs-mio_emm.h258 u64 multi : 1; member
272 u64 multi : 1; member
286 u64 multi : 1; member

Completed in 37 milliseconds

123