Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi2.c593 int len = packet->payload_length, pld_data_bytes = sizeof(u32); in dw_mipi_dsi2_write() local
598 if (len < pld_data_bytes) { in dw_mipi_dsi2_write()
604 memcpy(&word, tx_buf, pld_data_bytes); in dw_mipi_dsi2_write()
606 tx_buf += pld_data_bytes; in dw_mipi_dsi2_write()
607 len -= pld_data_bytes; in dw_mipi_dsi2_write()
H A Ddw-mipi-dsi.c439 int len = packet->payload_length, pld_data_bytes = sizeof(u32), ret; in dw_mipi_dsi_write() local
444 if (len < pld_data_bytes) { in dw_mipi_dsi_write()
450 memcpy(&word, tx_buf, pld_data_bytes); in dw_mipi_dsi_write()
452 tx_buf += pld_data_bytes; in dw_mipi_dsi_write()
453 len -= pld_data_bytes; in dw_mipi_dsi_write()