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

/linux-4.1.27/drivers/misc/altera-stapl/
H A Daltera.c2351 u32 act_proc_id = 0L; altera_get_act_info() local
2375 act_proc_id = get_unaligned_be32(&p[action_table + (12 * index) + 8]); altera_get_act_info()
2384 &p[proc_table + (13 * act_proc_id)]); altera_get_act_info()
2386 (p[proc_table + (13 * act_proc_id) + 8] & 0x03); altera_get_act_info()
2410 act_proc_id = get_unaligned_be32( altera_get_act_info()
2411 &p[proc_table + (13 * act_proc_id) + 4]); altera_get_act_info()
2412 } while ((act_proc_id != 0) && (act_proc_id < proc_count)); altera_get_act_info()

Completed in 65 milliseconds