Lines Matching defs:sync
516 GPMC_GET_RAW_BOOL(GPMC_CS_CONFIG1, 27, 27, "sync-write");
518 GPMC_GET_RAW_BOOL(GPMC_CS_CONFIG1, 29, 29, "gpmc,sync-read");
702 * Calculate GPMCFCLKDIVIDER independent of gpmc,sync-clk-ps in DT for
1499 /* XXX: t_avdp not to be required for sync, only added for tusb
1520 * access = clk_activation + round to sync clk ?
1717 bool sync)
1731 if (sync)
1770 bool mux = false, sync = false;
1774 sync = (gpmc_s->sync_read || gpmc_s->sync_write);
1779 gpmc_calc_common_timings(gpmc_t, dev_t, sync);
1961 p->sync_read = of_property_read_bool(np, "gpmc,sync-read");
1962 p->sync_write = of_property_read_bool(np, "gpmc,sync-write");
1997 of_property_read_u32(np, "gpmc,sync-clk-ps", &gpmc_t->sync_clk);