Home
last modified time | relevance | path

Searched refs:AUX_SW_WR_BYTES (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_aux.h90 type AUX_SW_WR_BYTES
98 AUX_SF(AUX_SW_CONTROL, AUX_SW_WR_BYTES, mask_sh),\
123 AUX_SF(AUX_SW_CONTROL, AUX_SW_WR_BYTES, mask_sh),\
148 AUX_SF(DP_AUX0_AUX_SW_CONTROL, AUX_SW_WR_BYTES, mask_sh),\
174 AUX_SF(DP_AUX0_AUX_SW_CONTROL, AUX_SW_WR_BYTES, mask_sh),\
200 AUX_SF(DP_AUX0_AUX_SW_CONTROL, AUX_SW_WR_BYTES, mask_sh),\
Ddce_aux.c232 AUX_SW_WR_BYTES, length); in submit_channel_request()
/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_dp_auxch.c114 AUX_SW_WR_BYTES(bytes)); in radeon_dp_aux_transfer_native()
116 AUX_SW_WR_BYTES(bytes)); in radeon_dp_aux_transfer_native()
149 AUX_SW_WR_BYTES(bytes) | AUX_SW_GO); in radeon_dp_aux_transfer_native()
Dnid.h840 #define AUX_SW_WR_BYTES(x) (((x) & 0x1f) << 16) macro