Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera.c2306 u32 act_desc_id = 0L; in altera_get_act_info() local
2330 act_desc_id = get_unaligned_be32(&p[action_table + (12 * index) + 4]); in altera_get_act_info()
2335 if (act_desc_id < (note_strings - str_table)) in altera_get_act_info()
2336 *description = &p[str_table + act_desc_id]; in altera_get_act_info()