Searched refs:cec_write (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/cec/platform/tegra/
H A Dtegra_cec.c57 static inline void cec_write(struct tegra_cec *cec, u32 reg, u32 val) function
67 cec_write(cec, TEGRA_CEC_HW_CONTROL, 0);
68 cec_write(cec, TEGRA_CEC_INT_STAT, 0xffffffff);
69 cec_write(cec, TEGRA_CEC_HW_CONTROL, hw_ctrl);
111 cec_write(cec, TEGRA_CEC_INT_MASK,
122 cec_write(cec, TEGRA_CEC_INT_MASK,
134 cec_write(cec, TEGRA_CEC_INT_STAT,
154 cec_write(cec, TEGRA_CEC_INT_MASK,
157 cec_write(cec, TEGRA_CEC_TX_REGISTER,
159 cec_write(ce
[all...]
/linux-master/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c406 cec_write(struct tda998x_priv *priv, u16 addr, u8 val) function
462 cec_write(priv, REG_CEC_ENAMODS, val);
470 cec_write(priv, 0xf3, 0xc0);
471 cec_write(priv, 0xf4, 0xd4);
476 cec_write(priv, REG_CEC_DES_FREQ2, val);
479 cec_write(priv, REG_CEC_CLK, CEC_CLK_FRO);
482 cec_write(priv, REG_CEC_CAL_XOSC_CTRL1,
485 cec_write(priv, REG_CEC_CAL_XOSC_CTRL1, 0);
1793 cec_write(priv, REG_CEC_RXSHPDINTENA, 0);
1843 cec_write(pri
[all...]
/linux-master/drivers/media/i2c/
H A Dadv7842.c386 static inline int cec_write(struct v4l2_subdev *sd, u8 reg, u8 val) function
395 return cec_write(sd, reg, (cec_read(sd, reg) & ~mask) | val);
917 cec_write(sd, reg->reg & 0xff, val);
2226 cec_write(sd, 0x26, 0x01); /* re-enable rx */
2244 cec_write(sd, 0x2c, 0x01); /* cec soft reset */
2252 cec_write(sd, 0x26, 0x01); /* enable rx */
2342 cec_write(sd, i, msg->msg[i]);
2345 cec_write(sd, 0x10, len);
2347 cec_write(sd, 0x11, 0x01);
H A Dadv7604.c422 static inline int cec_write(struct v4l2_subdev *sd, u8 reg, u8 val) function
432 return cec_write(sd, reg, (cec_read(sd, reg) & ~mask) | val);
2061 cec_write(sd, info->cec_rx_enable,
2089 cec_write(sd, 0x2c, 0x01); /* cec soft reset */
2097 cec_write(sd, info->cec_rx_enable, info->cec_rx_enable_mask);
2188 cec_write(sd, i, msg->msg[i]);
2191 cec_write(sd, 0x10, len);
2193 cec_write(sd, 0x11, 0x01);

Completed in 149 milliseconds