Lines Matching refs:max_t
1274 temp = max_t(u32, temp, gpmc_t->clk_activation + dev_t->t_avdh); in gpmc_calc_sync_read_timings()
1275 temp = max_t(u32, gpmc_t->adv_on + gpmc_ticks_to_ps(1), temp); in gpmc_calc_sync_read_timings()
1282 temp = max_t(u32, temp, gpmc_t->clk_activation + dev_t->t_ach); in gpmc_calc_sync_read_timings()
1283 temp = max_t(u32, temp, gpmc_t->adv_rd_off + in gpmc_calc_sync_read_timings()
1293 temp = max_t(u32, dev_t->t_iaa, dev_t->cyc_iaa * gpmc_t->sync_clk); in gpmc_calc_sync_read_timings()
1296 temp = max_t(u32, temp, gpmc_t->oe_on + in gpmc_calc_sync_read_timings()
1304 temp = max_t(u32, dev_t->t_cez_r, dev_t->t_oez); in gpmc_calc_sync_read_timings()
1309 temp = max_t(u32, temp, gpmc_t->cs_rd_off + dev_t->t_ce_rdyz); in gpmc_calc_sync_read_timings()
1324 temp = max_t(u32, temp, in gpmc_calc_sync_write_timings()
1326 temp = max_t(u32, gpmc_t->adv_on + gpmc_ticks_to_ps(1), temp); in gpmc_calc_sync_write_timings()
1331 temp = max_t(u32, dev_t->t_weasu, in gpmc_calc_sync_write_timings()
1337 temp = max_t(u32, temp, in gpmc_calc_sync_write_timings()
1339 temp = max_t(u32, temp, gpmc_t->adv_wr_off + in gpmc_calc_sync_write_timings()
1356 temp = max_t(u32, temp, in gpmc_calc_sync_write_timings()
1358 temp = max_t(u32, temp, in gpmc_calc_sync_write_timings()
1370 temp = max_t(u32, temp, in gpmc_calc_sync_write_timings()
1386 temp = max_t(u32, gpmc_t->adv_on + gpmc_ticks_to_ps(1), temp); in gpmc_calc_async_read_timings()
1392 temp = max_t(u32, temp, in gpmc_calc_async_read_timings()
1397 temp = max_t(u32, dev_t->t_iaa, /* XXX: remove t_iaa in async ? */ in gpmc_calc_async_read_timings()
1399 temp = max_t(u32, temp, in gpmc_calc_async_read_timings()
1401 temp = max_t(u32, temp, in gpmc_calc_async_read_timings()
1409 temp = max_t(u32, dev_t->t_rd_cycle, in gpmc_calc_async_read_timings()
1411 temp = max_t(u32, temp, gpmc_t->oe_off + dev_t->t_oez); in gpmc_calc_async_read_timings()
1426 temp = max_t(u32, gpmc_t->adv_on + gpmc_ticks_to_ps(1), temp); in gpmc_calc_async_write_timings()
1432 temp = max_t(u32, temp, gpmc_t->adv_wr_off + dev_t->t_aavdh); in gpmc_calc_async_write_timings()
1433 temp = max_t(u32, temp, gpmc_t->adv_wr_off + in gpmc_calc_async_write_timings()
1452 temp = max_t(u32, dev_t->t_wr_cycle, in gpmc_calc_async_write_timings()
1471 temp = max_t(u32, dev_t->t_ces, dev_t->t_avds); in gpmc_calc_sync_common_timings()
1501 temp = max_t(u32, temp, in gpmc_calc_common_timings()