Searched refs:GPMC_CS_CONFIG1 (Results 1 – 2 of 2) sorted by relevance
/arch/arm/mach-omap2/ |
D | gpmc.c | 267 gpmc_cs_modify_reg(cs, GPMC_CS_CONFIG1, in gpmc_cs_bool_timings() 382 GPMC_SET_ONE(GPMC_CS_CONFIG1, 18, 19, wait_monitoring); in gpmc_cs_set_timings() 383 GPMC_SET_ONE(GPMC_CS_CONFIG1, 25, 26, clk_activation); in gpmc_cs_set_timings() 393 l = gpmc_cs_read_reg(cs, GPMC_CS_CONFIG1); in gpmc_cs_set_timings() 401 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG1, l); in gpmc_cs_set_timings() 1240 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG1, config1); in gpmc_cs_program_settings() 1845 gpmc_cs_read_reg(i, GPMC_CS_CONFIG1); in omap3_gpmc_save_context() 1875 gpmc_cs_write_reg(i, GPMC_CS_CONFIG1, in omap3_gpmc_restore_context()
|
D | gpmc.h | 19 #define GPMC_CS_CONFIG1 0x00 macro
|