Home
last modified time | relevance | path

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

/drivers/misc/altera-stapl/
Daltera.c2128 u32 note_strings = 0L; in altera_get_note() local
2144 note_strings = get_unaligned_be32(&p[8 + delta]); in altera_get_note()
2162 key_ptr = &p[note_strings + in altera_get_note()
2168 value_ptr = &p[note_strings + in altera_get_note()
2189 strlcpy(key, &p[note_strings + in altera_get_note()
2195 strlcpy(value, &p[note_strings + in altera_get_note()
2331 u32 note_strings = 0L; in altera_get_act_info() local
2351 note_strings = get_unaligned_be32(&p[16]); in altera_get_act_info()
2364 if (act_desc_id < (note_strings - str_table)) in altera_get_act_info()