Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/hw_random/
H A Dbcm2835-rng.c67 u32 max_words = max / sizeof(u32); in bcm2835_rng_read() local
77 if (num_words > max_words) in bcm2835_rng_read()
78 num_words = max_words; in bcm2835_rng_read()
/openbmc/qemu/target/hexagon/
H A Ddecode.h30 int decode_packet(DisasContext *ctx, int max_words, const uint32_t *words,
H A Ddecode.c658 int decode_packet(DisasContext *ctx, int max_words, const uint32_t *words, in decode_packet() argument
671 while (!end_of_packet && (words_read < max_words)) { in decode_packet()
H A Dtranslate.c217 int nwords, max_words; in read_packet_words() local
232 max_words = -(ctx->base.pc_next | TARGET_PAGE_MASK) / sizeof(uint32_t); in read_packet_words()
233 if (nwords > max_words) { in read_packet_words()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c4437 u32 max_words, num_words; member
4455 policy->max_words = ARRAY_SIZE(policy->h2g.data); in __guc_scheduling_policy_start_klv()
4467 GEM_BUG_ON((policy->num_words + 1 + len) > policy->max_words); in __guc_scheduling_policy_add_klv()