Lines Matching defs:pattern

196 	/* Disable PHY Bypass mode to setup the test pattern */
219 /* Enable phy bypass mode to enable the test pattern */
326 /* Disable PHY Bypass mode to setup the test pattern */
332 /* A PRBS23 pattern is used for most DP electrical measurements. */
342 /* Enable phy bypass mode to enable the test pattern */
349 /* Disable PHY Bypass mode to setup the test pattern */
352 /* A PRBS7 pattern is used for most DP electrical measurements. */
362 /* Enable phy bypass mode to enable the test pattern */
368 const uint8_t *pattern)
370 /* Disable PHY Bypass mode to setup the test pattern */
377 /* Enable PHY bypass mode to enable the test pattern */
382 /* Program 80 bit custom pattern */
387 ((pattern[1] & 0x03) << 8) | pattern[0];
389 ((pattern[2] & 0x0f) << 6) | ((pattern[1] >> 2) & 0x3f);
391 ((pattern[3] & 0x3f) << 4) | ((pattern[2] >> 4) & 0x0f);
393 (pattern[4] << 2) | ((pattern[3] >> 6) & 0x03);
395 ((pattern[6] & 0x03) << 8) | pattern[5];
397 ((pattern[7] & 0x0f) << 6) | ((pattern[6] >> 2) & 0x3f);
399 ((pattern[8] & 0x3f) << 4) | ((pattern[7] >> 4) & 0x0f);
401 (pattern[9] << 2) | ((pattern[8] >> 6) & 0x03);
406 /* Enable phy bypass mode to enable the test pattern */
417 * that is enabled to get the pattern.
424 /* Disable PHY Bypass mode to setup the test pattern */
450 /* pre-DCE11 can only generate CP2520 pattern 2 */
459 /* Disable PHY Bypass mode to setup the test pattern */
470 * that is enabled to get the pattern.
477 /* Disable PHY Bypass mode to setup the test pattern */
502 /* pre-DCE11 can only generate CP2520 pattern 2 */
511 /* Disable PHY Bypass mode to setup the test pattern */
524 * in case we were doing HBR2 compliance pattern before
536 /* Disable PHY Bypass mode to setup the test pattern */
552 * in case we were doing HBR2 compliance pattern before
564 /* Disable PHY Bypass mode to setup the test pattern */
691 /* reset training pattern */
1417 /* invalid phy pattern */
1473 /* invalid phy pattern */