Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/tegra/cbb/
H A Dtegra194-cbb.c1740 unsigned int t_f = 0, t_sr = 0; in get_init_localaddress() local
1745 t_sr = t_f; in get_init_localaddress()
1748 if (aper[t_sr].targ_subrange == info->targ_subrange) { in get_init_localaddress()
1749 addr = aper[t_sr].init_localaddress; in get_init_localaddress()
1753 if (t_sr >= max) in get_init_localaddress()
1756 t_sr++; in get_init_localaddress()
1757 } while (aper[t_sr].targflow == aper[t_sr - 1].targflow); in get_init_localaddress()
1759 t_f = t_sr; in get_init_localaddress()