Searched refs:field_ddc_fifo_tx_thres (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/sun4i/ |
D | sun4i_hdmi_i2c.c | 97 regmap_field_write(hdmi->field_ddc_fifo_tx_thres, in xfer_msg() 254 hdmi->field_ddc_fifo_tx_thres = in sun4i_hdmi_init_regmap_fields() 256 hdmi->variant->field_ddc_fifo_tx_thres); in sun4i_hdmi_init_regmap_fields() 257 if (IS_ERR(hdmi->field_ddc_fifo_tx_thres)) in sun4i_hdmi_init_regmap_fields() 258 return PTR_ERR(hdmi->field_ddc_fifo_tx_thres); in sun4i_hdmi_init_regmap_fields()
|
D | sun4i_hdmi.h | 220 struct reg_field field_ddc_fifo_tx_thres; member 280 struct regmap_field *field_ddc_fifo_tx_thres; member
|
D | sun4i_hdmi_enc.c | 360 .field_ddc_fifo_tx_thres = REG_FIELD(SUN4I_HDMI_DDC_FIFO_CTRL_REG, 0, 3), 411 .field_ddc_fifo_tx_thres = REG_FIELD(SUN4I_HDMI_DDC_FIFO_CTRL_REG, 0, 3), 468 .field_ddc_fifo_tx_thres = REG_FIELD(SUN6I_HDMI_DDC_FIFO_CTRL_REG, 0, 3),
|