Searched refs:DMUB_RB_CMD_SIZE (Results 1 – 1 of 1) sorted by relevance
283 #define DMUB_RB_CMD_SIZE 64 macro285 #define DMUB_RB_SIZE (DMUB_RB_CMD_SIZE * DMUB_RB_MAX_ENTRY)391 uint8_t cmd_buffer[DMUB_RB_CMD_SIZE - sizeof(struct dmub_cmd_header)];826 return (data_count == (rb->capacity - DMUB_RB_CMD_SIZE)); in dmub_rb_full()840 for (i = 0; i < DMUB_RB_CMD_SIZE / sizeof(uint64_t); i++) in dmub_rb_push_front()843 rb->wrpt += DMUB_RB_CMD_SIZE; in dmub_rb_push_front()860 dmub_memcpy(dst, src, DMUB_RB_CMD_SIZE); in dmub_rb_out_push_front()862 rb->wrpt += DMUB_RB_CMD_SIZE; in dmub_rb_out_push_front()878 dmub_memcpy(cmd, rd_ptr, DMUB_RB_CMD_SIZE); in dmub_rb_front()894 for (i = 0; i < DMUB_RB_CMD_SIZE / sizeof(uint64_t); i++) in dmub_rb_out_front()[all …]