Searched refs:GPMC_CS_CONFIG4 (Results 1 – 5 of 5) sorted by relevance
/arch/arm/mach-omap2/ |
D | board-apollon.c | 219 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG4, 0x1c0b1c0a); in apollon_init_smc91x() 225 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG4, 0x1C091C09); in apollon_init_smc91x() 231 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG4, 0x1C091C09); in apollon_init_smc91x()
|
D | board-h4.c | 287 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG4, 0x1c0b1c0a); in h4_init_debug() 293 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG4, 0x1C091C09); in h4_init_debug() 299 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG4, 0x1C091C09); in h4_init_debug()
|
D | gpmc-onenand.c | 286 reg = gpmc_cs_read_reg(cs, GPMC_CS_CONFIG4); in omap2_onenand_set_sync_mode() 289 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG4, reg); in omap2_onenand_set_sync_mode() 297 reg = gpmc_cs_read_reg(cs, GPMC_CS_CONFIG4); in omap2_onenand_set_sync_mode() 300 gpmc_cs_write_reg(cs, GPMC_CS_CONFIG4, reg); in omap2_onenand_set_sync_mode()
|
D | gpmc.c | 278 GPMC_SET_ONE(GPMC_CS_CONFIG4, 0, 3, oe_on); in gpmc_cs_set_timings() 279 GPMC_SET_ONE(GPMC_CS_CONFIG4, 8, 12, oe_off); in gpmc_cs_set_timings() 280 GPMC_SET_ONE(GPMC_CS_CONFIG4, 16, 19, we_on); in gpmc_cs_set_timings() 281 GPMC_SET_ONE(GPMC_CS_CONFIG4, 24, 28, we_off); in gpmc_cs_set_timings() 803 gpmc_cs_read_reg(i, GPMC_CS_CONFIG4); in omap3_gpmc_save_context() 833 gpmc_cs_write_reg(i, GPMC_CS_CONFIG4, in omap3_gpmc_restore_context()
|
/arch/arm/plat-omap/include/plat/ |
D | gpmc.h | 20 #define GPMC_CS_CONFIG4 0x0c macro
|