Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/altera-stapl/
H A 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()
/kernel/linux/linux-6.6/drivers/misc/altera-stapl/
H A 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()

Completed in 5 milliseconds