Home
last modified time | relevance | path

Searched refs:misc (Results 1 – 25 of 62) sorted by relevance

123

/u-boot/board/BuR/brsmarc1/
A Dconfig.mk19 test -d misc && rm -r misc; \
20 mkdir misc && \
21 cp MLO.byteswap misc/ && \
22 cp spl/u-boot-spl.bin misc/ && \
23 cp u-boot-dtb.img misc/ && \
24 zip -9 -r $@ misc/* >/dev/null $<
/u-boot/board/BuR/brppt1/
A Dconfig.mk20 test -d misc && rm -r misc; \
21 mkdir misc && \
22 cp MLO.byteswap misc/ && \
23 cp spl/u-boot-spl.bin misc/ && \
24 cp u-boot-dtb.img misc/ && \
25 zip -9 -r $@ misc/* >/dev/null $<
/u-boot/board/BuR/brppt2/
A Dconfig.mk19 test -d misc && rm -r misc; \
20 mkdir misc && \
21 cp SPL misc/ && \
22 cp u-boot-dtb.img misc/ && \
23 zip -9 -r $@ misc/* >/dev/null $<
/u-boot/arch/arm/mach-imx/
A Dmmdc_size.c24 u32 misc; member
31 #define ESD_MMDC_MISC_GET_BANK(mdmisc) ((misc >> 5) & 1)
43 unsigned int misc = readl(&mem->misc); in imx_ddr_size() local
48 bits += bank_lookup[ESD_MMDC_MISC_GET_BANK(misc)]; in imx_ddr_size()
/u-boot/board/spear/x600/
A Dfpga.c193 struct misc_regs *misc = (struct misc_regs *)CONFIG_SPEAR_MISCBASE; in expi_setup() local
209 &misc->expi_clk_cfg); in expi_setup()
215 writel((pll2_m << 24) | (pll2_p << 8) | (pll2_n), &misc->pll2_frq); in expi_setup()
217 PLL2_CNTL_RESETN | PLL2_CNTL_LOCK, &misc->pll2_cntl); in expi_setup()
222 clrbits_le32(&misc->expi_clk_cfg, EXPI_CLK_CFG_RST); in expi_setup()
233 struct misc_regs *misc = (struct misc_regs *)CONFIG_SPEAR_MISCBASE; in x600_init_fpga() local
236 writel(readl(&misc->periph1_clken) | MISC_SSP2ENB | MISC_GPIO4ENB, in x600_init_fpga()
237 &misc->periph1_clken); in x600_init_fpga()
/u-boot/arch/arm/dts/
A Dkirkwood-sheevaplug.dts37 misc {
38 label = "sheevaplug:red:misc";
A Dzynqmp-zc1751-xm016-dc2.dts149 label = "nand-misc";
179 label = "nand1-misc";
A Dzynqmp-zc1751-xm017-dc3.dts140 label = "nand-misc";
165 label = "nand1-misc";
/u-boot/doc/android/
A Dab.rst31 special partition (e.g. ``misc``) and determines which slot should be used for
47 => ab_select slot_name mmc 1#misc
65 start with A/B enabled, when ``misc`` partition doesn't contain required data,
66 the default A/B metadata will be created and written to ``misc`` partition.
A Dbcb.rst21 (i.e. FS-unaware) flash (e.g. eMMC) partition, usually called ``misc``,
68 if bcb load 1 misc; then
/u-boot/arch/xtensa/lib/
A DMakefile8 obj-y += cache.o misc.o relocate.o time.o
/u-boot/board/samsung/common/
A DMakefile7 obj-$(CONFIG_MISC_COMMON) += misc.o
/u-boot/drivers/mtd/ubi/
A DMakefile8 obj-y += misc.o
/u-boot/arch/arm/mach-imx/imx8/
A DMakefile7 obj-y += cpu.o iomux.o misc.o lowlevel_init.o
/u-boot/arch/arm/mach-snapdragon/
A DMakefile9 obj-y += misc.o
/u-boot/arch/arm/mach-davinci/
A DMakefile8 obj-y += cpu.o misc.o timer.o psc.o pinmux.o reset.o
/u-boot/arch/x86/include/asm/arch-braswell/fsp/
A Dfsp_vpd.h36 u32 misc; member
49 u32 misc; member
/u-boot/arch/x86/include/asm/arch-braswell/
A Dgpio.h171 .misc = ((rcomp == ENABLE) ? 1 : 0) , \
210 .misc = ((((gpe) != NA) ? (gpe << 0) : 0) | \
/u-boot/arch/mips/mach-ath79/qca956x/
A Dclk.c315 u32 pll, cpu_pll, ddr_pll, misc; in get_clocks() local
323 misc = readl(regs + AR71XX_RESET_REG_MISC_INT_ENABLE); in get_clocks()
324 misc |= MISC_INT_MIPS_SI_TIMERINT_MASK; in get_clocks()
325 writel(misc, regs + AR71XX_RESET_REG_MISC_INT_ENABLE); in get_clocks()
/u-boot/arch/arm/include/asm/arch-rockchip/
A Dcru_rk3328.h24 u32 misc; member
/u-boot/drivers/misc/
A Dmisc-uclass.c68 UCLASS_DRIVER(misc) = {
/u-boot/arch/arm/mach-rockchip/
A DMakefile26 obj-$(CONFIG_MISC_INIT_R) += misc.o
/u-boot/drivers/
A DMakefile9 obj-$(CONFIG_$(SPL_TPL_)DRIVERS_MISC_SUPPORT) += misc/
90 obj-y += misc/
/u-boot/cmd/
A Dmisc.c125 misc, 6, 1, do_misc,
/u-boot/arch/arm/mach-socfpga/
A DMakefile11 obj-y += misc.o

Completed in 22 milliseconds

123