Searched refs:gpmc_cs_write_reg (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/memory/ |
H A D | omap-gpmc.c | 277 void gpmc_cs_write_reg(int cs, int idx, u32 val) in gpmc_cs_write_reg() function 392 gpmc_cs_write_reg(cs, reg, l); in gpmc_cs_modify_reg() 643 gpmc_cs_write_reg(cs, reg, l); in set_gpmc_timing_reg() 830 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG1, l); in gpmc_cs_set_timings() 877 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG7, l); in gpmc_cs_set_memconf() 888 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG7, l); in gpmc_cs_enable_mem() 897 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG7, l); in gpmc_cs_disable_mem() 1952 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG1, config1); in gpmc_cs_program_settings() 2532 gpmc_cs_write_reg(i, GPMC_CS_CONFIG1, in omap3_gpmc_restore_context() 2534 gpmc_cs_write_reg(i, GPMC_CS_CONFIG2, in omap3_gpmc_restore_context() [all …]
|
/openbmc/linux/include/linux/ |
H A D | omap-gpmc.h | 73 extern void gpmc_cs_write_reg(int cs, int idx, u32 val);
|