Searched refs:dmub_memcpy (Results 1 – 1 of 1) sorted by relevance
163 #ifndef dmub_memcpy164 #define dmub_memcpy(dest, source, bytes) memcpy((dest), (source), (bytes)) macro6450 dmub_memcpy(dst, src, DMUB_RB_CMD_SIZE); in dmub_rb_out_push_front()6621 dmub_memcpy(cmd, rd_ptr, DMUB_RB_CMD_SIZE); in dmub_rb_get_return_data()