Lines Matching refs:max_t

1579 		temp = max_t(u32, temp,	gpmc_t->clk_activation + dev_t->t_avdh);
1580 temp = max_t(u32, gpmc_t->adv_on + gpmc_ticks_to_ps(1), temp);
1587 temp = max_t(u32, temp, gpmc_t->clk_activation + dev_t->t_ach);
1588 temp = max_t(u32, temp, gpmc_t->adv_rd_off +
1598 temp = max_t(u32, dev_t->t_iaa, dev_t->cyc_iaa * gpmc_t->sync_clk);
1601 temp = max_t(u32, temp, gpmc_t->oe_on +
1609 temp = max_t(u32, dev_t->t_cez_r, dev_t->t_oez);
1614 temp = max_t(u32, temp, gpmc_t->cs_rd_off + dev_t->t_ce_rdyz);
1629 temp = max_t(u32, temp,
1631 temp = max_t(u32, gpmc_t->adv_on + gpmc_ticks_to_ps(1), temp);
1636 temp = max_t(u32, dev_t->t_weasu,
1642 temp = max_t(u32, temp,
1644 temp = max_t(u32, temp, gpmc_t->adv_wr_off +
1661 temp = max_t(u32, temp,
1663 temp = max_t(u32, temp,
1675 temp = max_t(u32, temp,
1691 temp = max_t(u32, gpmc_t->adv_on + gpmc_ticks_to_ps(1), temp);
1697 temp = max_t(u32, temp, gpmc_t->adv_rd_off + dev_t->t_aavdh);
1701 temp = max_t(u32, dev_t->t_iaa, /* XXX: remove t_iaa in async ? */
1703 temp = max_t(u32, temp, gpmc_t->cs_on + dev_t->t_ce);
1704 temp = max_t(u32, temp, gpmc_t->adv_on + dev_t->t_aa);
1711 temp = max_t(u32, dev_t->t_rd_cycle,
1713 temp = max_t(u32, temp, gpmc_t->oe_off + dev_t->t_oez);
1728 temp = max_t(u32, gpmc_t->adv_on + gpmc_ticks_to_ps(1), temp);
1734 temp = max_t(u32, temp, gpmc_t->adv_wr_off + dev_t->t_aavdh);
1735 temp = max_t(u32, temp, gpmc_t->adv_wr_off +
1754 temp = max_t(u32, dev_t->t_wr_cycle,
1773 temp = max_t(u32, dev_t->t_ces, dev_t->t_avds);
1803 temp = max_t(u32, temp,