Searched refs:pulse_cnt (Results 1 – 1 of 1) sorted by relevance
611 uint32_t rst_width, pulse_cnt; in mipi_dbi_lcdic_reset() local626 pulse_cnt = ((rst_width + (LCDIC_MAX_RST_WIDTH - 1)) / LCDIC_MAX_RST_WIDTH); in mipi_dbi_lcdic_reset()629 if ((pulse_cnt - 1) > LCDIC_MAX_RST_PULSE_COUNT) { in mipi_dbi_lcdic_reset()632 pulse_cnt = LCDIC_MAX_RST_PULSE_COUNT + 1; in mipi_dbi_lcdic_reset()637 LCDIC_RST_CTRL_RST_SEQ_NUM(pulse_cnt - 1) | in mipi_dbi_lcdic_reset()