Home
last modified time | relevance | path

Searched refs:edge1 (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dtc_mpls_l2vpn.sh14 # | LER1 + $edge1 |
24 # | | -redirect to $edge1 (egress) |
81 tc qdisc add dev $edge1 ingress
82 tc filter add dev $edge1 ingress \
87 ip link set dev $edge1 up
95 action mirred egress redirect dev $edge1
104 ip link set dev $edge1 down
105 tc qdisc del dev $edge1 ingress
146 edge1=${NETIFS[p2]}
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c387 u16 line_num, u16 edge1) in sun6i_dsi_get_drq_edge0()
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()
385 sun6i_dsi_get_drq_edge0(struct sun6i_dsi *dsi, struct drm_display_mode *mode, u16 line_num, u16 edge1) sun6i_dsi_get_drq_edge0() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c387 u16 line_num, u16 edge1) in sun6i_dsi_get_drq_edge0()
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()
385 sun6i_dsi_get_drq_edge0(struct sun6i_dsi *dsi, struct drm_display_mode *mode, u16 line_num, u16 edge1) sun6i_dsi_get_drq_edge0() argument
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-tegra.c845 u8 word, bit, edge1, tap, window; in tegra_sdhci_tap_correction() local
914 edge1 = first_fail_tap + (first_pass_tap - first_fail_tap) / 2; in tegra_sdhci_tap_correction()
915 if (edge1 - 1 > fixed_tap) in tegra_sdhci_tap_correction()
916 tegra_host->tuned_tap_delay = edge1 - fixed_tap; in tegra_sdhci_tap_correction()
918 tegra_host->tuned_tap_delay = edge1 + fixed_tap; in tegra_sdhci_tap_correction()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-tegra.c859 u8 word, bit, edge1, tap, window; in tegra_sdhci_tap_correction() local
928 edge1 = first_fail_tap + (first_pass_tap - first_fail_tap) / 2; in tegra_sdhci_tap_correction()
929 if (edge1 - 1 > fixed_tap) in tegra_sdhci_tap_correction()
930 tegra_host->tuned_tap_delay = edge1 - fixed_tap; in tegra_sdhci_tap_correction()
932 tegra_host->tuned_tap_delay = edge1 + fixed_tap; in tegra_sdhci_tap_correction()

Completed in 10 milliseconds