Searched refs:gpmc_write_reg (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/memory/ |
D | omap-gpmc.c | 253 static void gpmc_write_reg(int idx, u32 val) in gpmc_write_reg() function 1049 gpmc_write_reg(GPMC_CONFIG, regval); in gpmc_configure() 1258 gpmc_write_reg(GPMC_IRQENABLE, regval); in gpmc_irq_endis() 1300 gpmc_write_reg(GPMC_CONFIG, regval); in gpmc_irq_edge_config() 1312 gpmc_write_reg(GPMC_IRQSTATUS, BIT(hwirq)); in gpmc_irq_ack() 1384 gpmc_write_reg(GPMC_IRQSTATUS, regval); in gpmc_handle_irq() 1395 gpmc_write_reg(GPMC_IRQENABLE, 0); in gpmc_setup_irq() 1399 gpmc_write_reg(GPMC_IRQSTATUS, regval); in gpmc_setup_irq() 2237 gpmc_write_reg(GPMC_CONFIG, val); in gpmc_probe_generic_child() 2575 gpmc_write_reg(GPMC_SYSCONFIG, gpmc_context.sysconfig); in omap3_gpmc_restore_context() [all …]
|