HomeSort by: relevance | last modified time | path
    Searched defs:ln1 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/libbacktrace/
dwarf.c 1287 const struct line *ln1 = (const struct line *) v1; local
1290 if (ln1->pc < ln2->pc)
1292 else if (ln1->pc > ln2->pc)
1294 else if (ln1->idx < ln2->idx)
1296 else if (ln1->idx > ln2->idx)
  /src/external/gpl3/gcc.old/dist/libbacktrace/
dwarf.c 1287 const struct line *ln1 = (const struct line *) v1; local
1290 if (ln1->pc < ln2->pc)
1292 else if (ln1->pc > ln2->pc)
1294 else if (ln1->idx < ln2->idx)
1296 else if (ln1->idx > ln2->idx)
  /src/external/gpl3/gdb/dist/libbacktrace/
dwarf.c 1287 const struct line *ln1 = (const struct line *) v1; local
1290 if (ln1->pc < ln2->pc)
1292 else if (ln1->pc > ln2->pc)
1294 else if (ln1->idx < ln2->idx)
1296 else if (ln1->idx > ln2->idx)
  /src/external/gpl3/gdb.old/dist/libbacktrace/
dwarf.c 1287 const struct line *ln1 = (const struct line *) v1; local
1290 if (ln1->pc < ln2->pc)
1292 else if (ln1->pc > ln2->pc)
1294 else if (ln1->idx < ln2->idx)
1296 else if (ln1->idx > ln2->idx)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_ddi.c 2533 * <= 6 GHz and 4 lanes (LN0=0, LN1=1, LN2=1, LN3=1)
2534 * <= 6 GHz and 1,2 lanes (LN0=0, LN1=1, LN2=1, LN3=0)
2535 * > 6 GHz (LN0=0, LN1=0, LN2=0, LN3=0)
2659 * <= 6 GHz and 4 lanes (LN0=0, LN1=1, LN2=1, LN3=1)
2660 * <= 6 GHz and 1,2 lanes (LN0=0, LN1=1, LN2=1, LN3=0)
2661 * > 6 GHz (LN0=0, LN1=0, LN2=0, LN3=0)
3181 u32 ln0, ln1, pin_assignment; local
3191 ln1 = I915_READ(DKL_DP_MODE(tc_port));
3194 ln1 = I915_READ(MG_DP_MODE(1, tc_port));
3198 ln1 &= ~(MG_DP_MODE_CFG_DP_X1_MODE | MG_DP_MODE_CFG_DP_X2_MODE)
3254 I915_WRITE(DKL_DP_MODE(tc_port), ln1); local
    [all...]

Completed in 37 milliseconds