Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/altera-stapl/
Daltera.c2141 u32 note_strings = 0L; in altera_get_note() local
2157 note_strings = get_unaligned_be32(&p[8 + delta]); in altera_get_note()
2175 key_ptr = &p[note_strings + in altera_get_note()
2182 value_ptr = &p[note_strings + in altera_get_note()
2203 strlcpy(key, &p[note_strings + in altera_get_note()
2209 strlcpy(value, &p[note_strings + in altera_get_note()
2345 u32 note_strings = 0L; in altera_get_act_info() local
2365 note_strings = get_unaligned_be32(&p[16]); in altera_get_act_info()
2378 if (act_desc_id < (note_strings - str_table)) in altera_get_act_info()