Home
last modified time | relevance | path

Searched refs:gpmc_regs (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dmem-common.c83 const u32 *gpmc_regs; in set_gpmc_cs0() local
122 gpmc_regs = gpmc_regs_nor; in set_gpmc_cs0()
133 gpmc_regs = gpmc_regs_nand; in set_gpmc_cs0()
140 gpmc_regs = gpmc_regs_onenand; in set_gpmc_cs0()
153 enable_gpmc_cs_config(gpmc_regs, &gpmc_cfg->cs[0], base, size); in set_gpmc_cs0()
/openbmc/linux/drivers/mtd/nand/raw/
H A Domap2.c1006 struct gpmc_nand_regs *gpmc_regs = &info->reg; in _omap_calculate_ecc_bch() local
1016 bch_val1 = readl(gpmc_regs->gpmc_bch_result0[i]); in _omap_calculate_ecc_bch()
1017 bch_val2 = readl(gpmc_regs->gpmc_bch_result1[i]); in _omap_calculate_ecc_bch()
1018 bch_val3 = readl(gpmc_regs->gpmc_bch_result2[i]); in _omap_calculate_ecc_bch()
1019 bch_val4 = readl(gpmc_regs->gpmc_bch_result3[i]); in _omap_calculate_ecc_bch()
1036 bch_val1 = readl(gpmc_regs->gpmc_bch_result0[i]); in _omap_calculate_ecc_bch()
1037 bch_val2 = readl(gpmc_regs->gpmc_bch_result1[i]); in _omap_calculate_ecc_bch()
1048 val = readl(gpmc_regs->gpmc_bch_result6[i]); in _omap_calculate_ecc_bch()
1051 val = readl(gpmc_regs->gpmc_bch_result5[i]); in _omap_calculate_ecc_bch()
1056 val = readl(gpmc_regs->gpmc_bch_result4[i]); in _omap_calculate_ecc_bch()
[all …]