Lines Matching refs:highpri

183     regdma_link_priority_t highpri;  member
195 .highpri = (uint8_t)-1, .inited_modules = 0, .created_modules = 0
303 …if (s_retention.highpri >= SLEEP_RETENTION_REGDMA_LINK_HIGHEST_PRIORITY && s_retention.highpri <= … in sleep_retention_entries_stats()
304 … for (int entry = 0; entry < ARRAY_SIZE(s_retention.lists[s_retention.highpri].entries); entry++) { in sleep_retention_entries_stats()
305 regdma_link_stats(s_retention.lists[s_retention.highpri].entries[entry], entry); in sleep_retention_entries_stats()
315 …if (s_retention.highpri >= SLEEP_RETENTION_REGDMA_LINK_HIGHEST_PRIORITY && s_retention.highpri <= … in sleep_retention_dump_entries()
316 … for (int entry = 0; entry < ARRAY_SIZE(s_retention.lists[s_retention.highpri].entries); entry++) { in sleep_retention_dump_entries()
318 regdma_link_dump(out, s_retention.lists[s_retention.highpri].entries[entry], entry); in sleep_retention_dump_entries()
329 if (s_retention.highpri >= SLEEP_RETENTION_REGDMA_LINK_HIGHEST_PRIORITY && in sleep_retention_find_link_by_id()
330 s_retention.highpri <= SLEEP_RETENTION_REGDMA_LINK_LOWEST_PRIORITY) { in sleep_retention_find_link_by_id()
331 …y = 0; (link == NULL && entry < ARRAY_SIZE(s_retention.lists[s_retention.highpri].entries)); entry… in sleep_retention_find_link_by_id()
332 … link = regdma_find_link_by_id(s_retention.lists[s_retention.highpri].entries[entry], entry, id); in sleep_retention_find_link_by_id()
425 assert(s_retention.highpri == SLEEP_RETENTION_REGDMA_LINK_LOWEST_PRIORITY); in sleep_retention_entries_check_and_distroy_final_default()
475 s_retention.highpri = (uint8_t)-1; in sleep_retention_entries_destroy()
548 s_retention.highpri = SLEEP_RETENTION_REGDMA_LINK_LOWEST_PRIORITY; in sleep_retention_entries_join()
551 if (priority < s_retention.highpri) { s_retention.highpri = priority; } in sleep_retention_entries_join()
563 pau_regdma_set_entry_link_addr(&(s_retention.lists[s_retention.highpri].entries)); in sleep_retention_entries_join()
610 if (s_retention.highpri >= SLEEP_RETENTION_REGDMA_LINK_HIGHEST_PRIORITY && in sleep_retention_entries_get()
611 s_retention.highpri <= SLEEP_RETENTION_REGDMA_LINK_LOWEST_PRIORITY) { in sleep_retention_entries_get()
612 …memcpy(entries, &s_retention.lists[s_retention.highpri].entries, sizeof(sleep_retention_entries_t)… in sleep_retention_entries_get()
797 if (s_retention.highpri < SLEEP_RETENTION_REGDMA_LINK_HIGHEST_PRIORITY || in sleep_retention_do_extra_retention()
798 s_retention.highpri > SLEEP_RETENTION_REGDMA_LINK_LOWEST_PRIORITY) { in sleep_retention_do_extra_retention()
802 pau_regdma_set_extra_link_addr(s_retention.lists[s_retention.highpri].entries[EXTRA_LINK_NUM]); in sleep_retention_do_extra_retention()
815 if (s_retention.highpri >= SLEEP_RETENTION_REGDMA_LINK_HIGHEST_PRIORITY && in sleep_retention_do_system_retention()
816 s_retention.highpri <= SLEEP_RETENTION_REGDMA_LINK_LOWEST_PRIORITY) { in sleep_retention_do_system_retention()
818 … pau_regdma_set_system_link_addr(s_retention.lists[s_retention.highpri].entries[SYSTEM_LINK_NUM]); in sleep_retention_do_system_retention()