Home
last modified time | relevance | path

Searched refs:GPMC_CS_CONFIG5 (Results 1 – 4 of 4) sorted by relevance

/arch/arm/mach-omap2/
Dboard-apollon.c220 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG5, 0x041f1F1F); in apollon_init_smc91x()
226 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG5, 0x041f1F1F); in apollon_init_smc91x()
232 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG5, 0x031A1F1F); in apollon_init_smc91x()
Dboard-h4.c288 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG5, 0x041f1F1F); in h4_init_debug()
294 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG5, 0x041f1F1F); in h4_init_debug()
300 gpmc_cs_write_reg(eth_cs, GPMC_CS_CONFIG5, 0x031A1F1F); in h4_init_debug()
Dgpmc.c283 GPMC_SET_ONE(GPMC_CS_CONFIG5, 0, 4, rd_cycle); in gpmc_cs_set_timings()
284 GPMC_SET_ONE(GPMC_CS_CONFIG5, 8, 12, wr_cycle); in gpmc_cs_set_timings()
285 GPMC_SET_ONE(GPMC_CS_CONFIG5, 16, 20, access); in gpmc_cs_set_timings()
287 GPMC_SET_ONE(GPMC_CS_CONFIG5, 24, 27, page_burst_access); in gpmc_cs_set_timings()
805 gpmc_cs_read_reg(i, GPMC_CS_CONFIG5); in omap3_gpmc_save_context()
835 gpmc_cs_write_reg(i, GPMC_CS_CONFIG5, in omap3_gpmc_restore_context()
/arch/arm/plat-omap/include/plat/
Dgpmc.h21 #define GPMC_CS_CONFIG5 0x10 macro