Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dusb-tusb6010.c264 | GPMC_CONFIG1_WAIT_PIN_SEL(waitpin) in tusb6010_setup_interface()
290 | GPMC_CONFIG1_WAIT_PIN_SEL(waitpin) in tusb6010_setup_interface()
Dgpmc-smc91x.c104 l |= GPMC_CONFIG1_WAIT_PIN_SEL(gpmc_cfg->wait_pin); in smc91c96_gpmc_retime()
Dgpmc-onenand.c362 GPMC_CONFIG1_WAIT_PIN_SEL(0))) | in omap2_onenand_set_sync_mode()
/arch/arm/plat-omap/include/plat/
Dgpmc.h63 #define GPMC_CONFIG1_WAIT_PIN_SEL(val) ((val & 3) << 16) macro