Searched refs:sync_write (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/arm/mach-omap2/ |
D | gpmc-onenand.c | 97 int sync_read, int sync_write, int hf, int vhf) in set_onenand_cfg() argument 109 if (sync_write) in set_onenand_cfg() 178 int first_time = 0, hf = 0, vhf = 0, sync_read = 0, sync_write = 0; in omap2_onenand_set_sync_mode() local 188 sync_write = 1; in omap2_onenand_set_sync_mode() 237 sync_write = 0; in omap2_onenand_set_sync_mode() 275 sync_read, sync_write, hf, vhf); in omap2_onenand_set_sync_mode() 324 if (sync_write) { in omap2_onenand_set_sync_mode() 354 (sync_write ? GPMC_CONFIG1_WRITEMULTIPLE_SUPP : 0) | in omap2_onenand_set_sync_mode() 355 (sync_write ? GPMC_CONFIG1_WRITETYPE_SYNC : 0) | in omap2_onenand_set_sync_mode() 369 set_onenand_cfg(onenand_base, latency, sync_read, sync_write, hf, vhf); in omap2_onenand_set_sync_mode()
|
/linux-2.6.39/sound/pci/hda/ |
D | hda_codec.h | 664 unsigned int sync_write:1; /* sync after verb write */ member
|
D | hda_codec.c | 269 codec->bus->sync_write ? &res : NULL); in snd_hda_codec_write()
|
D | patch_sigmatel.c | 5737 codec->bus->sync_write = 1; in patch_stac92hd71bxx()
|