Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/altera-stapl/
Daltera.c2307 u32 act_proc_id = 0L; in altera_get_act_info() local
2331 act_proc_id = get_unaligned_be32(&p[action_table + (12 * index) + 8]); in altera_get_act_info()
2340 &p[proc_table + (13 * act_proc_id)]); in altera_get_act_info()
2342 (p[proc_table + (13 * act_proc_id) + 8] & 0x03); in altera_get_act_info()
2366 act_proc_id = get_unaligned_be32( in altera_get_act_info()
2367 &p[proc_table + (13 * act_proc_id) + 4]); in altera_get_act_info()
2368 } while ((act_proc_id != 0) && (act_proc_id < proc_count)); in altera_get_act_info()