Home
last modified time | relevance | path

Searched +full:cmd +full:- +full:dat +full:- +full:pins (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dimmap.c1 // SPDX-License-Identifier: GPL-2.0+
3 * (C) Copyright 2000-2003
24 sysconf8xx_t __iomem *sc = &immap->im_siu_conf; in do_siuinfo()
27 in_be32(&sc->sc_siumcr), in_be32(&sc->sc_sypcr)); in do_siuinfo()
28 printf("SWT = %08x\n", in_be32(&sc->sc_swt)); in do_siuinfo()
30 in_be32(&sc->sc_sipend), in_be32(&sc->sc_simask)); in do_siuinfo()
32 in_be32(&sc->sc_siel), in_be32(&sc->sc_sivec)); in do_siuinfo()
34 in_be32(&sc->sc_tesr), in_be32(&sc->sc_sdcr)); in do_siuinfo()
42 memctl8xx_t __iomem *memctl = &immap->im_memctl; in do_memcinfo()
44 uint __iomem *p = &memctl->memc_br0; in do_memcinfo()
[all …]
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Ddragonboard820c.c1 // SPDX-License-Identifier: GPL-2.0+
5 * (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
8 #include <asm/arch/sysmap-apq8096.h>
9 #include <linux/arm-smccc.h>
22 gd->ram_size = PHYS_SDRAM_SIZE; in dram_init()
29 gd->bd->bi_dram[0].start = PHYS_SDRAM_1; in dram_init_banksize()
30 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
32 gd->bd->bi_dram[1].start = PHYS_SDRAM_2; in dram_init_banksize()
33 gd->bd->bi_dram[1].size = PHYS_SDRAM_2_SIZE; in dram_init_banksize()
45 u8 mask; /* mask clk/dat/cmd control */ in sdhci_power_init()
[all …]
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c1 // SPDX-License-Identifier: GPL-2.0+
7 * https://github.com/yuq/sunxi-nfc-mtd
10 * https://github.com/hno/Allwinner-Info
78 #define NFC_PAGE_SHIFT(x) (((x) < 10 ? 0 : (x) - 10) << 8)
114 #define NFC_ADR_NUM(x) (((x) - 1) << 16)
173 * native NAND R/B pins (those which can be muxed to the NAND
245 u8 cmd[2]; member
292 div_m = (clock_get_pll6() + hz - 1) / hz; in sunxi_nfc_set_clk_rate()
304 &ccm->nand0_clk_cfg); in sunxi_nfc_set_clk_rate()
307 setbits_le32(&ccm->ahb_gate0, (1 << AHB_GATE_OFFSET_NAND0)); in sunxi_nfc_set_clk_rate()
[all …]
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c4 * Sukumar Ghorai <s-ghorai@ti.com>
22 * MA 02111-1307 USA
166 return dev_get_priv(mmc->dev); in omap_hsmmc_get_data()
168 return (struct omap_hsmmc_data *)mmc->priv; in omap_hsmmc_get_data()
174 struct omap_hsmmc_plat *plat = dev_get_platdata(mmc->dev); in omap_hsmmc_get_cfg()
175 return &plat->cfg; in omap_hsmmc_get_cfg()
177 return &((struct omap_hsmmc_data *)mmc->priv)->cfg; in omap_hsmmc_get_cfg()
188 return -1; in omap_mmc_setup_gpio_in()
213 pbias_lite = readl(&t2_base->pbias_lite); in mmc_board_init()
230 writel(pbias_lite, &t2_base->pbias_lite); in mmc_board_init()
[all …]
/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dpfc-r8a7792.c1 // SPDX-License-Identifier: GPL-2.0
3 * r8a7792 processor support - PFC hardware block.
5 * Copyright (C) 2013-2014 Renesas Electronics Corporation
734 /* - AVB -------------------------------------------------------------------- */
815 /* - CAN -------------------------------------------------------------------- */
837 /* - DU --------------------------------------------------------------------- */
951 /* - INTC ------------------------------------------------------------------- */
980 /* - LBSC ------------------------------------------------------------------- */
1037 /* - MSIOF0 ----------------------------------------------------------------- */
1066 /* - MSIOF1 ----------------------------------------------------------------- */
[all …]