HomeSort by: relevance | last modified time | path
    Searched refs:lane (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/
bcm958742t.dts 43 enet-phy-lane-swap;
bcm958742k.dts 43 enet-phy-lane-swap;
  /src/sys/arch/arm/rockchip/
rk_tcphy.c 72 #define TX_TXCC_MGNFS_MULT_000(lane) ((0x4050 | ((lane) << 9)) << 2)
73 #define XCVR_DIAG_BIDI_CTRL(lane) ((0x40e8 | ((lane) << 9)) << 2)
74 #define XCVR_DIAG_LANE_FCM_EN_MGN(lane) ((0x40f2 | ((lane) << 9)) << 2)
75 #define TX_PSC_A0(lane) ((0x4100 | ((lane) << 9)) << 2)
76 #define TX_PSC_A1(lane) ((0x4101 | ((lane) << 9)) << 2
    [all...]
rk3399_pcie_phy.c 120 uint8_t * const lane = priv; local
122 // device_printf(dev, "%s %u %u\n", __func__, *lane, enable);
125 rkpcie_phy_poweron(sc, *lane);
126 sc->sc_phys_on |= 1U << *lane;
129 sc->sc_phys_on &= ~(1U << *lane);
202 rkpcie_phy_poweron(struct rkpciephy_softc *sc, u_int lane)
219 RK3399_TX_ELEC_IDLE_OFF_MASK << lane | 0);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_link_training.c 48 int lane; local
52 for (lane = 0; lane < intel_dp->lane_count; lane++) {
53 u8 this_v = drm_dp_get_adjust_request_voltage(link_status, lane);
54 u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane);
70 for (lane = 0; lane < 4; lane++)
71 intel_dp->train_set[lane] = v | p
124 int lane; local
    [all...]
intel_dpio_phy.c 47 * houses a common lane part which contains the PLL and other common
48 * logic. CH0 common lane also contains the IOSF-SB logic for the
63 * Additionally the PHY also contains an AUX lane with AUX blocks
69 * Generally on VLV/CHV the common lane corresponds to the pipe and
284 * can read only lane registers and we pick lanes 0/1 for that.
602 int lane; local
606 for (lane = 0; lane < 4; lane++) {
607 u32 val = I915_READ(BXT_PORT_TX_DW14_LN(phy, ch, lane));
628 int lane; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_dp.c 175 DC_LOG_HW_LINK_TRAINING("%s\n %x rate = %x\n %x lane = %x framing = %x\n %x spread = %x\n",
185 DC_LOG_HW_LINK_TRAINING("%s\n %x rate set = %x\n %x lane = %x framing = %x\n %x spread = %x\n",
245 uint32_t lane; local
278 for (lane = 0; lane <
279 (uint32_t)(lt_settings->link_settings.lane_count); lane++) {
281 dpcd_lane[lane].bits.VOLTAGE_SWING_SET =
282 (uint8_t)(lt_settings->lane_settings[lane].VOLTAGE_SWING);
283 dpcd_lane[lane].bits.PRE_EMPHASIS_SET =
284 (uint8_t)(lt_settings->lane_settings[lane].PRE_EMPHASIS)
354 uint32_t lane; local
369 uint32_t lane; local
387 uint32_t lane; local
437 uint32_t lane; local
541 uint32_t lane; local
648 uint32_t lane; local
728 uint32_t lane; local
750 uint32_t lane; local
1107 uint32_t lane; local
1796 uint32_t lane; local
2507 unsigned int lane; local
3797 unsigned int lane; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_helper.c 62 int lane)
64 int i = DP_LANE0_1_STATUS + (lane >> 1);
65 int s = (lane & 1) * 4;
75 int lane; local
81 for (lane = 0; lane < lane_count; lane++) {
82 lane_status = dp_get_lane_status(link_status, lane);
93 int lane; local
96 for (lane = 0; lane < lane_count; lane++)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_dp.c 217 int lane; local
219 for (lane = 0; lane < lane_count; lane++) {
220 u8 this_v = drm_dp_get_adjust_request_voltage(link_status, lane);
221 u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane);
223 DRM_DEBUG_KMS("requested signal parameters: lane %d voltage %s pre_emph %s\n",
224 lane,
244 for (lane = 0; lane < 4; lane++
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-fill-block-avx2.c 112 input_block.v[1] = position->lane;
179 curr_offset = position.lane * instance->lane_length +
183 /* Last block in this lane */
211 /* 1.2.2 Computing the lane of the reference block */
216 ref_lane = position.lane;
220 * lane.
224 ref_lane == position.lane);
argon2-fill-block-avx512f.c 117 input_block.v[1] = position->lane;
184 curr_offset = position.lane * instance->lane_length +
188 /* Last block in this lane */
216 /* 1.2.2 Computing the lane of the reference block */
221 ref_lane = position.lane;
225 * lane.
229 ref_lane == position.lane);
argon2-fill-block-ref.c 123 input_block.v[1] = position->lane;
177 curr_offset = position.lane * instance->lane_length +
181 /* Last block in this lane */
206 /* 1.2.2 Computing the lane of the reference block */
211 ref_lane = position.lane;
215 * lane.
219 ref_lane == position.lane);
argon2-fill-block-ssse3.c 111 input_block.v[1] = position->lane;
178 curr_offset = position.lane * instance->lane_length +
182 /* Last block in this lane */
210 /* 1.2.2 Computing the lane of the reference block */
215 ref_lane = position.lane;
219 * lane.
223 ref_lane == position.lane);
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/
ref.c 114 input_block.v[1] = position.lane;
133 curr_offset = position.lane * instance->lane_length +
137 /* Last block in this lane */
162 /* 1.2.2 Computing the lane of the reference block */
167 ref_lane = position.lane;
171 * lane.
175 ref_lane == position.lane);
core.h 91 uint32_t lane; member in struct:Argon2_position_t
141 * Computes absolute position of reference block in the lane following a skewed
146 * @param same_lane Indicates if the block will be taken from the current lane.
177 * Function creates first 2 blocks per lane
186 * two blocks. Returns the pointer to the main memory with 2 blocks per lane
197 * XORing the last block of each lane, hashing it, making the tag. Deallocates
222 * blocks in each lane
opt.c 203 input_block.v[1] = position.lane;
222 curr_offset = position.lane * instance->lane_length +
226 /* Last block in this lane */
253 /* 1.2.2 Computing the lane of the reference block */
258 ref_lane = position.lane;
262 * lane.
266 ref_lane == position.lane);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_dp.c 93 u8 lane = (lt->stat[4 + (i >> 1)] >> ((i & 1) * 4)) & 0xf; local
95 u8 lpre = (lane & 0x0c) >> 2;
96 u8 lvsw = (lane & 0x03) >> 0;
114 OUTP_TRACE(&dp->outp, "config lane %d %02x %02x",
180 u8 lane = (lt->stat[i >> 1] >> ((i & 1) * 4)) & 0xf; local
181 if (!(lane & DPCD_LS02_LANE0_CR_DONE))
183 if (!(lane & DPCD_LS02_LANE0_CHANNEL_EQ_DONE) ||
184 !(lane & DPCD_LS02_LANE0_SYMBOL_LOCKED))
208 u8 lane = (lt->stat[i >> 1] >> ((i & 1) * 4)) & 0xf; local
209 if (!(lane & DPCD_LS02_LANE0_CR_DONE))
494 u8 lane = (stat[i >> 1] >> ((i & 1) * 4)) & 0x0f; local
    [all...]
  /src/sys/arch/arm/nvidia/
tegra210_xusbpad.c 663 tegra210_xusbpad_find_func(const struct tegra210_xusbpad_lane *lane,
666 for (int n = 0; n < lane->nfuncs; n++)
667 if (strcmp(lane->funcs[n], func) == 0)
685 const struct tegra210_xusbpad_lane *lane; local
700 lane = tegra210_xusbpad_find_lane(name);
701 if (lane == NULL) {
702 aprint_error_dev(sc->sc_dev, "unsupported lane '%s'\n", name);
705 func = tegra210_xusbpad_find_func(lane, function);
711 aprint_normal_dev(sc->sc_dev, "lane %s: set func %s\n", name, function);
712 SETCLR4(sc, lane->reg, __SHIFTIN(func, lane->mask), lane->mask)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 1627 /* For each lane linearize the addition/subtraction (or other
1999 HOST_WIDE_INT lane; local
2003 bit_field_size (bfref), &lane))
2009 lperm.safe_push (std::make_pair (0, (unsigned)lane));
2076 for (unsigned lane = 0; lane < group_size; ++lane)
2078 /* For each lane linearize the addition/subtraction (or other
2082 stmts[lane]->stmt, op_stmt, other_op_stmt,
2097 matches[lane] = false
2150 unsigned lane; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 1428 /* For each lane linearize the addition/subtraction (or other
1788 HOST_WIDE_INT lane; local
1792 bit_field_size (bfref), &lane))
1798 lperm.safe_push (std::make_pair (0, (unsigned)lane));
1851 for (unsigned lane = 0; lane < group_size; ++lane)
1853 /* For each lane linearize the addition/subtraction (or other
1857 stmts[lane]->stmt, op_stmt, other_op_stmt,
1872 matches[lane] = false
1925 unsigned lane; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_dp.c 275 int lane; local
277 for (lane = 0; lane < lane_count; lane++) {
278 u8 this_v = drm_dp_get_adjust_request_voltage(link_status, lane);
279 u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane);
281 DRM_DEBUG_KMS("requested signal parameters: lane %d voltage %s pre_emph %s\n",
282 lane,
302 for (lane = 0; lane < 4; lane++
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
shuffle_select_fuzz_tester.py 45 error_template = r'''@error.{lane} = private unnamed_addr global [64 x i8] c"FAIL: lane {lane}, expected {exp}, found %d\0A{padding}"'''
68 test.{lane}:
69 %v.{lane} = extractelement {ty} %v, i32 {lane}
70 %cmp.{lane} = {i_f}cmp {ordered}ne {scalar_ty} %v.{lane}, {exp}
71 br i1 %cmp.{lane}, label %die.{lane}, label %test.{n_lane
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_link_encoder.c 1089 * by checking lane count that has been set
1119 int32_t lane = 0; local
1135 for (lane = 0; lane < link_settings->link_settings.lane_count; lane++) {
1136 /* translate lane settings */
1139 link_settings->lane_settings[lane].VOLTAGE_SWING;
1141 link_settings->lane_settings[lane].PRE_EMPHASIS;
1149 link_settings->lane_settings[lane].POST_CURSOR2;
1152 cntl.lane_select = lane;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_link_encoder.c 1054 * by checking lane count that has been set
1085 int32_t lane = 0; local
1101 for (lane = 0; lane < link_settings->link_settings.lane_count; lane++) {
1102 /* translate lane settings */
1105 link_settings->lane_settings[lane].VOLTAGE_SWING;
1107 link_settings->lane_settings[lane].PRE_EMPHASIS;
1115 link_settings->lane_settings[lane].POST_CURSOR2;
1118 cntl.lane_select = lane;
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/
ns2-svk.dts 187 enet-phy-lane-swap;

Completed in 50 milliseconds

1 2 3