Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/scripts/
H A DMakefile.lib53 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
54 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
55 multi-used := $(multi-used-y) $(multi-used-m)
56 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
60 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y)))
61 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y)))
62 multi-objs := $(multi-objs-y) $(multi-objs-m)
69 obj-dirs := $(dir $(multi-objs) $(obj-y))
88 multi-used-y := $(addprefix $(obj)/,$(multi-used-y))
89 multi-used-m := $(addprefix $(obj)/,$(multi-used-m))
[all …]
H A DMakefile.build162 $(multi-objs-m) : modname = $(modname-multi)
163 $(multi-objs-m:.o=.i) : modname = $(modname-multi)
164 $(multi-objs-m:.o=.s) : modname = $(modname-multi)
165 $(multi-objs-m:.o=.lst) : modname = $(modname-multi)
166 $(multi-objs-y) : modname = $(modname-multi)
167 $(multi-objs-y:.o=.i) : modname = $(modname-multi)
168 $(multi-objs-y:.o=.s) : modname = $(modname-multi)
169 $(multi-objs-y:.o=.lst) : modname = $(modname-multi)
408 $(multi-used-y): FORCE
410 $(call multi_depend, $(multi-used-y), .o, -objs -y)
[all …]
H A Duimage-pack.sh19 ./tools/mkimage -n 'Multi Images' -A $ARCH -O linux -T multi -C none -a 0xffffffff -e 0xffffffff -d…
/rk3399_rockchip-uboot/drivers/adc/
H A DKconfig5 by single and multi-channel methods for:
7 a number or multi-channels selected by a bitmask
37 - single and multi-channel conversion mode
/rk3399_rockchip-uboot/tools/dtoc/
H A Ddtoc_test_simple.dts24 stringarray = "multi-word", "message";
36 stringarray = "another", "multi-word", "message";
/rk3399_rockchip-uboot/tools/binman/test/
H A D45_prop_test.dts20 stringarray = "another", "multi-word", "message";
/rk3399_rockchip-uboot/doc/
H A DREADME.blackfin10 multi-format audio, video, voice and image processing; multi-mode baseband and
H A DREADME.bitbangMII10 CONFIG_BITBANGMII_MULTI - Enable the multi bus support
25 (that didn't support the multi-bus).
H A DREADME.sched4 'sched.c' provides an very simplistic multi-threading scheduler.
H A DREADME.boston58 - Multi-arch-variant multi-endian fat binary
H A DREADME.power-framework21 gauges (FG), micro USB interface controllers (MUIC), batteries, multi-function
154 This is the main problem when a developer tries to build a multi-boot u-boot
/rk3399_rockchip-uboot/test/image/
H A Dtest-imagetools.sh97 do_cmd ${MKIMAGE} -A x86 -O linux -T multi -n \"${IMAGE_NAME}\" \
105 echo -e "\nExtracting multi-file image contents..."
/rk3399_rockchip-uboot/include/
H A Dmk48t59.h44 void rtc_set_watchdog(short multi, short res);
H A Dusb_defs.h320 bool multi; /* true means one TT per port */ member
/rk3399_rockchip-uboot/post/lib_powerpc/
H A DMakefile11 obj-y += store.o load.o cr.o b.o multi.o string.o complex.o
/rk3399_rockchip-uboot/doc/driver-model/
H A Dpmic-framework.txt18 This is an introduction to driver-model multi uclass PMIC IC's support.
64 PMIC drivers can simply provide a common functions, for multi-interface and
65 and multi-instance device support.
70 For the multi-function PMIC devices, this can be used as parent I/O device
/rk3399_rockchip-uboot/drivers/rtc/
H A Dmk48t59.c172 void rtc_set_watchdog(short multi, short res) in rtc_set_watchdog() argument
176 wd_value = RTC_WDS | ((multi & 0x1F) << 2) | (res & 0x3); in rtc_set_watchdog()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc_spi.c112 u32 bcnt, u32 bsize, int multi) in mmc_spi_writedata() argument
121 tok[1] = multi ? SPI_TOKEN_MULTI_WRITE : SPI_TOKEN_SINGLE; in mmc_spi_writedata()
155 if (multi && bcnt == -1) { /* stop multi write */ in mmc_spi_writedata()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dmake_fit_boot.sh100 multi = "resource";
/rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/
H 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
/rk3399_rockchip-uboot/cmd/
H A Dpci.c289 static void pciinfo(struct udevice *bus, bool short_listing, bool multi) in pciinfo() argument
293 if (!multi) in pciinfo()
296 if (!multi || bus->seq == 0) in pciinfo()
/rk3399_rockchip-uboot/board/freescale/mpc8572ds/
H A DREADME103 - un-select "Processor support"->"Symetric multi-processing support"
114 - Un-select "Processor support"->"Symetric multi-processing support"
/rk3399_rockchip-uboot/arch/sandbox/dts/
H A Dsandbox.dts200 stringarray = "multi-word", "message";
212 stringarray = "another", "multi-word", "message";
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.l187 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
/rk3399_rockchip-uboot/doc/uImage.FIT/
H 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).

12