Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/altera-stapl/
H A Daltera.c2130 u32 note_count = 0L; in altera_get_note() local
2146 note_count = get_unaligned_be32(&p[44 + (2 * delta)]); in altera_get_note()
2152 if (note_count <= 0L) in altera_get_note()
2160 for (i = 0; (i < note_count) && in altera_get_note()
2185 if ((i >= 0) && (i < note_count)) { in altera_get_note()
/kernel/linux/linux-6.6/drivers/misc/altera-stapl/
H A Daltera.c2106 u32 note_count = 0L; in altera_get_note() local
2122 note_count = get_unaligned_be32(&p[44 + (2 * delta)]); in altera_get_note()
2128 if (note_count <= 0L) in altera_get_note()
2136 for (i = 0; (i < note_count) && in altera_get_note()
2161 if ((i >= 0) && (i < note_count)) { in altera_get_note()

Completed in 5 milliseconds