Searched refs:edge1 (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/sun4i/ |
D | sun6i_mipi_dsi.c | 387 u16 line_num, u16 edge1) in sun6i_dsi_get_drq_edge0() argument 389 u16 edge0 = edge1; in sun6i_dsi_get_drq_edge0() 406 u16 edge1; in sun6i_dsi_get_drq_edge1() local 408 edge1 = SUN6I_DSI_SYNC_POINT; in sun6i_dsi_get_drq_edge1() 409 edge1 += (mode->hdisplay + hbp + 20) * Bpp / device->lanes; in sun6i_dsi_get_drq_edge1() 411 if (edge1 > line_num) in sun6i_dsi_get_drq_edge1() 414 return edge1; in sun6i_dsi_get_drq_edge1() 425 u16 edge0, edge1; in sun6i_dsi_setup_burst() local 427 edge1 = sun6i_dsi_get_drq_edge1(dsi, mode, line_num); in sun6i_dsi_setup_burst() 428 edge0 = sun6i_dsi_get_drq_edge0(dsi, mode, line_num, edge1); in sun6i_dsi_setup_burst() [all …]
|
/Linux-v5.10/drivers/mmc/host/ |
D | sdhci-tegra.c | 831 u8 word, bit, edge1, tap, window; in tegra_sdhci_tap_correction() local 900 edge1 = first_fail_tap + (first_pass_tap - first_fail_tap) / 2; in tegra_sdhci_tap_correction() 901 if (edge1 - 1 > fixed_tap) in tegra_sdhci_tap_correction() 902 tegra_host->tuned_tap_delay = edge1 - fixed_tap; in tegra_sdhci_tap_correction() 904 tegra_host->tuned_tap_delay = edge1 + fixed_tap; in tegra_sdhci_tap_correction()
|