Home
last modified time | relevance | path

Searched refs:GPMC_CS_CONFIG4 (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-omap2/
Dboard-apollon.c219 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()
Dboard-h4.c287 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()
Dgpmc-onenand.c286 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()
Dgpmc.c278 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/
Dgpmc.h20 #define GPMC_CS_CONFIG4 0x0c macro