Home
last modified time | relevance | path

Searched refs:AUX_SW_START_DELAY (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.h90 type AUX_SW_START_DELAY;\
98 AUX_SF(AUX_SW_CONTROL, AUX_SW_START_DELAY, mask_sh),\
122 AUX_SF(AUX_SW_CONTROL, AUX_SW_START_DELAY, mask_sh),\
146 AUX_SF(DP_AUX0_AUX_SW_CONTROL, AUX_SW_START_DELAY, mask_sh),\
172 AUX_SF(DP_AUX0_AUX_SW_CONTROL, AUX_SW_START_DELAY, mask_sh),\
198 AUX_SF(DP_AUX0_AUX_SW_CONTROL, AUX_SW_START_DELAY, mask_sh),\
H A Ddce_aux.c238 AUX_SW_START_DELAY, request->delay, in submit_channel_request()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dnid.h839 #define AUX_SW_START_DELAY(x) (((x) & 0xf) << 4) macro