/u-boot/board/BuR/brsmarc1/ |
A D | config.mk | 19 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 D | config.mk | 20 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 D | config.mk | 19 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 D | mmdc_size.c | 24 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 D | fpga.c | 193 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 D | kirkwood-sheevaplug.dts | 37 misc { 38 label = "sheevaplug:red:misc";
|
A D | zynqmp-zc1751-xm016-dc2.dts | 149 label = "nand-misc"; 179 label = "nand1-misc";
|
A D | zynqmp-zc1751-xm017-dc3.dts | 140 label = "nand-misc"; 165 label = "nand1-misc";
|
/u-boot/doc/android/ |
A D | ab.rst | 31 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 D | bcb.rst | 21 (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 D | Makefile | 8 obj-y += cache.o misc.o relocate.o time.o
|
/u-boot/board/samsung/common/ |
A D | Makefile | 7 obj-$(CONFIG_MISC_COMMON) += misc.o
|
/u-boot/drivers/mtd/ubi/ |
A D | Makefile | 8 obj-y += misc.o
|
/u-boot/arch/arm/mach-imx/imx8/ |
A D | Makefile | 7 obj-y += cpu.o iomux.o misc.o lowlevel_init.o
|
/u-boot/arch/arm/mach-snapdragon/ |
A D | Makefile | 9 obj-y += misc.o
|
/u-boot/arch/arm/mach-davinci/ |
A D | Makefile | 8 obj-y += cpu.o misc.o timer.o psc.o pinmux.o reset.o
|
/u-boot/arch/x86/include/asm/arch-braswell/fsp/ |
A D | fsp_vpd.h | 36 u32 misc; member 49 u32 misc; member
|
/u-boot/arch/x86/include/asm/arch-braswell/ |
A D | gpio.h | 171 .misc = ((rcomp == ENABLE) ? 1 : 0) , \ 210 .misc = ((((gpe) != NA) ? (gpe << 0) : 0) | \
|
/u-boot/arch/mips/mach-ath79/qca956x/ |
A D | clk.c | 315 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 D | cru_rk3328.h | 24 u32 misc; member
|
/u-boot/drivers/misc/ |
A D | misc-uclass.c | 68 UCLASS_DRIVER(misc) = {
|
/u-boot/arch/arm/mach-rockchip/ |
A D | Makefile | 26 obj-$(CONFIG_MISC_INIT_R) += misc.o
|
/u-boot/drivers/ |
A D | Makefile | 9 obj-$(CONFIG_$(SPL_TPL_)DRIVERS_MISC_SUPPORT) += misc/ 90 obj-y += misc/
|
/u-boot/cmd/ |
A D | misc.c | 125 misc, 6, 1, do_misc,
|
/u-boot/arch/arm/mach-socfpga/ |
A D | Makefile | 11 obj-y += misc.o
|