Searched refs:pld_data_bytes (Results 1 – 2 of 2) sorted by relevance
593 int len = packet->payload_length, pld_data_bytes = sizeof(u32); in dw_mipi_dsi2_write() local598 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()
439 int len = packet->payload_length, pld_data_bytes = sizeof(u32), ret; in dw_mipi_dsi_write() local444 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()