Searched refs:gpmc_write_reg (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/memory/ |
D | omap-gpmc.c | 254 static void gpmc_write_reg(int idx, u32 val) in gpmc_write_reg() function 1038 gpmc_write_reg(GPMC_IRQENABLE, wval); in gpmc_configure() 1042 gpmc_write_reg(GPMC_IRQSTATUS, wval); in gpmc_configure() 1051 gpmc_write_reg(GPMC_CONFIG, regval); in gpmc_configure() 1127 gpmc_write_reg(GPMC_IRQENABLE, regval); in gpmc_irq_endis() 1183 gpmc_write_reg(GPMC_IRQENABLE, 0); in gpmc_setup_irq() 1187 gpmc_write_reg(GPMC_IRQSTATUS, regval); in gpmc_setup_irq() 2005 gpmc_write_reg(GPMC_CONFIG, val); in gpmc_probe_generic_child() 2236 gpmc_write_reg(GPMC_IRQSTATUS, regval); in gpmc_handle_irq() 2285 gpmc_write_reg(GPMC_SYSCONFIG, gpmc_context.sysconfig); in omap3_gpmc_restore_context() [all …]
|