Home
last modified time | relevance | path

Searched refs:pld_data_bytes (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c446 int len = packet->payload_length, pld_data_bytes = sizeof(u32), ret; in dw_mipi_dsi_write() local
451 if (len < pld_data_bytes) { in dw_mipi_dsi_write()
457 memcpy(&word, tx_buf, pld_data_bytes); in dw_mipi_dsi_write()
459 tx_buf += pld_data_bytes; in dw_mipi_dsi_write()
460 len -= pld_data_bytes; in dw_mipi_dsi_write()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin960/
H A Ddw_drm_dsi.c979 int len = msg->tx_len, pld_data_bytes = sizeof(*tx_buf), ret; in dsi_dcs_long_write() local
990 while (DIV_ROUND_UP(len, pld_data_bytes)) { in dsi_dcs_long_write()
991 if (len < pld_data_bytes) { in dsi_dcs_long_write()
998 len -= pld_data_bytes; in dsi_dcs_long_write()