Searched refs:edge1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_mpls_l2vpn.sh | 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]}
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A 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 …]
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-tegra.c | 859 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()
|