Searched refs:rst_width (Results 1 – 1 of 1) sorted by relevance
611 uint32_t rst_width, pulse_cnt; in mipi_dbi_lcdic_reset() local622 rst_width = (delay_ms * (lcdic_freq)) / ((1 << config->timer0_ratio) * MSEC_PER_SEC); in mipi_dbi_lcdic_reset()626 pulse_cnt = ((rst_width + (LCDIC_MAX_RST_WIDTH - 1)) / LCDIC_MAX_RST_WIDTH); in mipi_dbi_lcdic_reset()627 rst_width = MIN(LCDIC_MAX_RST_WIDTH, rst_width); in mipi_dbi_lcdic_reset()636 base->RST_CTRL = LCDIC_RST_CTRL_RST_WIDTH(rst_width - 1) | in mipi_dbi_lcdic_reset()