Searched refs:act_desc_id (Results 1 – 1 of 1) sorted by relevance
2350 u32 act_desc_id = 0L; in altera_get_act_info() local2374 act_desc_id = get_unaligned_be32(&p[action_table + (12 * index) + 4]); in altera_get_act_info()2379 if (act_desc_id < (note_strings - str_table)) in altera_get_act_info()2380 *description = &p[str_table + act_desc_id]; in altera_get_act_info()