Searched refs:edge1 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/sun4i/ |
| D | sun6i_mipi_dsi.c | 388 u16 line_num, u16 edge1) in sun6i_dsi_get_drq_edge0() argument 390 u16 edge0 = edge1; in sun6i_dsi_get_drq_edge0() 407 u16 edge1; in sun6i_dsi_get_drq_edge1() local 409 edge1 = SUN6I_DSI_SYNC_POINT; in sun6i_dsi_get_drq_edge1() 410 edge1 += (mode->hdisplay + hbp + 20) * Bpp / device->lanes; in sun6i_dsi_get_drq_edge1() 412 if (edge1 > line_num) in sun6i_dsi_get_drq_edge1() 415 return edge1; in sun6i_dsi_get_drq_edge1() 426 u16 edge0, edge1; in sun6i_dsi_setup_burst() local 428 edge1 = sun6i_dsi_get_drq_edge1(dsi, mode, line_num); in sun6i_dsi_setup_burst() 429 edge0 = sun6i_dsi_get_drq_edge0(dsi, mode, line_num, edge1); in sun6i_dsi_setup_burst() [all …]
|
| /Linux-v5.4/drivers/mmc/host/ |
| D | sdhci-tegra.c | 805 u8 word, bit, edge1, tap, window; in tegra_sdhci_tap_correction() local 874 edge1 = first_fail_tap + (first_pass_tap - first_fail_tap) / 2; in tegra_sdhci_tap_correction() 875 if (edge1 - 1 > fixed_tap) in tegra_sdhci_tap_correction() 876 tegra_host->tuned_tap_delay = edge1 - fixed_tap; in tegra_sdhci_tap_correction() 878 tegra_host->tuned_tap_delay = edge1 + fixed_tap; in tegra_sdhci_tap_correction()
|