Searched refs:DMUB_RB_CMD_SIZE (Results 1 – 1 of 1) sorted by relevance
618 #define DMUB_RB_CMD_SIZE 64 macro628 #define DMUB_RB_SIZE (DMUB_RB_CMD_SIZE * DMUB_RB_MAX_ENTRY)3613 return (data_count == (rb->capacity - DMUB_RB_CMD_SIZE)); in dmub_rb_full()3635 for (i = 0; i < DMUB_RB_CMD_SIZE / sizeof(uint64_t); i++) in dmub_rb_push_front()3638 rb->wrpt += DMUB_RB_CMD_SIZE; in dmub_rb_push_front()3663 dmub_memcpy(dst, src, DMUB_RB_CMD_SIZE); in dmub_rb_out_push_front()3665 rb->wrpt += DMUB_RB_CMD_SIZE; in dmub_rb_out_push_front()3705 *next_rptr = rb->rptr + DMUB_RB_CMD_SIZE * num_cmds; in dmub_rb_get_rptr_with_offset()3771 rb->rptr += DMUB_RB_CMD_SIZE; in dmub_rb_pop_front()3803 rptr += DMUB_RB_CMD_SIZE; in dmub_rb_flush_pending()[all …]
Completed in 14 milliseconds