Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/tegra/cbb/
Dtegra194-cbb.c1745 unsigned int t_f = 0, t_sr = 0; in get_init_localaddress() local
1750 t_sr = t_f; in get_init_localaddress()
1753 if (aper[t_sr].targ_subrange == info->targ_subrange) { in get_init_localaddress()
1754 addr = aper[t_sr].init_localaddress; in get_init_localaddress()
1758 if (t_sr >= max) in get_init_localaddress()
1761 t_sr++; in get_init_localaddress()
1762 } while (aper[t_sr].targflow == aper[t_sr - 1].targflow); in get_init_localaddress()
1764 t_f = t_sr; in get_init_localaddress()