Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/altera-stapl/
Daltera.c2336 u32 act_proc_id = 0L; in altera_get_act_info() local
2360 act_proc_id = get_unaligned_be32(&p[action_table + (12 * index) + 8]); in altera_get_act_info()
2369 &p[proc_table + (13 * act_proc_id)]); in altera_get_act_info()
2371 (p[proc_table + (13 * act_proc_id) + 8] & 0x03); in altera_get_act_info()
2395 act_proc_id = get_unaligned_be32( in altera_get_act_info()
2396 &p[proc_table + (13 * act_proc_id) + 4]); in altera_get_act_info()
2397 } while ((act_proc_id != 0) && (act_proc_id < proc_count)); in altera_get_act_info()