Home
last modified time | relevance | path

Searched refs:gpmc_cs_program_settings (Results 1 – 6 of 6) sorted by relevance

/arch/arm/mach-omap2/
Dusb-tusb6010.c183 status = gpmc_cs_program_settings(async_cs, &tusb_async); in tusb6010_setup_interface()
198 status = gpmc_cs_program_settings(sync_cs, &tusb_sync); in tusb6010_setup_interface()
Dgpmc-nand.c115 err = gpmc_cs_program_settings(gpmc_nand_data->cs, &s); in gpmc_nand_init()
Dgpmc-onenand.c293 ret = gpmc_cs_program_settings(gpmc_onenand_data->cs, &onenand_async); in omap2_onenand_setup_async()
331 ret = gpmc_cs_program_settings(gpmc_onenand_data->cs, &onenand_sync); in omap2_onenand_setup_sync()
Dgpmc-smc91x.c136 ret = gpmc_cs_program_settings(gpmc_cfg->cs, &smc91x_settings); in gpmc_smc91x_init()
Dgpmc.h222 extern int gpmc_cs_program_settings(int cs, struct gpmc_settings *p);
Dgpmc.c1174 int gpmc_cs_program_settings(int cs, struct gpmc_settings *p) in gpmc_cs_program_settings() function
1571 ret = gpmc_cs_program_settings(cs, &gpmc_s); in gpmc_probe_generic_child()