Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dgpmc.c106 static void gpmc_write_reg(int idx, u32 val) in gpmc_write_reg() function
504 gpmc_write_reg(GPMC_IRQENABLE, wval); in gpmc_cs_configure()
508 gpmc_write_reg(GPMC_IRQSTATUS, wval); in gpmc_cs_configure()
517 gpmc_write_reg(GPMC_CONFIG, regval); in gpmc_cs_configure()
628 gpmc_write_reg(GPMC_PREFETCH_CONFIG2, u32_count); in gpmc_prefetch_enable()
633 gpmc_write_reg(GPMC_PREFETCH_CONFIG1, ((cs << CS_NUM_SHIFT) | in gpmc_prefetch_enable()
640 gpmc_write_reg(GPMC_PREFETCH_CONTROL, 0x1); in gpmc_prefetch_enable()
662 gpmc_write_reg(GPMC_PREFETCH_CONTROL, 0x0); in gpmc_prefetch_reset()
665 gpmc_write_reg(GPMC_PREFETCH_CONFIG1, 0x0); in gpmc_prefetch_reset()
746 gpmc_write_reg(GPMC_SYSCONFIG, l); in gpmc_init()
[all …]