Searched refs:GPMC_CS_CONFIG3 (Results 1 – 5 of 5) sorted by relevance
/arch/arm/mach-omap2/ |
D | board-apollon.c | 218 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG3, 0x00080803); in apollon_init_smc91x() 224 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG3, 0x00080802); in apollon_init_smc91x() 230 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG3, 0x00080802); in apollon_init_smc91x()
|
D | board-h4.c | 286 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG3, 0x00080803); in h4_init_debug() 292 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG3, 0x00080802); in h4_init_debug() 298 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG3, 0x00080802); in h4_init_debug()
|
D | gpmc-onenand.c | 283 reg = gpmc_cs_read_reg(cs, GPMC_CS_CONFIG3); in omap2_onenand_set_sync_mode() 285 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG3, reg); in omap2_onenand_set_sync_mode() 294 reg = gpmc_cs_read_reg(cs, GPMC_CS_CONFIG3); in omap2_onenand_set_sync_mode() 296 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG3, reg); in omap2_onenand_set_sync_mode()
|
D | gpmc.c | 274 GPMC_SET_ONE(GPMC_CS_CONFIG3, 0, 3, adv_on); in gpmc_cs_set_timings() 275 GPMC_SET_ONE(GPMC_CS_CONFIG3, 8, 12, adv_rd_off); in gpmc_cs_set_timings() 276 GPMC_SET_ONE(GPMC_CS_CONFIG3, 16, 20, adv_wr_off); in gpmc_cs_set_timings() 801 gpmc_cs_read_reg(i, GPMC_CS_CONFIG3); in omap3_gpmc_save_context() 831 gpmc_cs_write_reg(i, GPMC_CS_CONFIG3, in omap3_gpmc_restore_context()
|
/arch/arm/plat-omap/include/plat/ |
D | gpmc.h | 19 #define GPMC_CS_CONFIG3 0x08 macro
|