Searched refs:gpmc_write_reg (Results 1 – 1 of 1) sorted by relevance
/arch/arm/mach-omap2/ |
D | gpmc.c | 174 static void gpmc_write_reg(int idx, u32 val) in gpmc_write_reg() function 629 gpmc_write_reg(GPMC_IRQENABLE, wval); in gpmc_configure() 633 gpmc_write_reg(GPMC_IRQSTATUS, wval); in gpmc_configure() 642 gpmc_write_reg(GPMC_CONFIG, regval); in gpmc_configure() 718 gpmc_write_reg(GPMC_IRQENABLE, regval); in gpmc_irq_endis() 774 gpmc_write_reg(GPMC_IRQENABLE, 0); in gpmc_setup_irq() 778 gpmc_write_reg(GPMC_IRQSTATUS, regval); in gpmc_setup_irq() 1823 gpmc_write_reg(GPMC_IRQSTATUS, regval); in gpmc_handle_irq() 1866 gpmc_write_reg(GPMC_SYSCONFIG, gpmc_context.sysconfig); in omap3_gpmc_restore_context() 1867 gpmc_write_reg(GPMC_IRQENABLE, gpmc_context.irqenable); in omap3_gpmc_restore_context() [all …]
|