Lines Matching full:ptm
570 /* PCIe PTM Control */
571 #define IGC_PTM_CTRL_START_NOW BIT(29) /* Start PTM Now */
572 #define IGC_PTM_CTRL_EN BIT(30) /* Enable PTM */
573 #define IGC_PTM_CTRL_TRIG BIT(31) /* PTM Cycle trigger */
578 #define IGC_PTM_CYC_TIME_DEFAULT 5 /* Default PTM cycle time */
579 #define IGC_PTM_TIMEOUT_DEFAULT 255 /* Default timeout for PTM errors */
589 /* PCIe PTM Status */
590 #define IGC_PTM_STAT_VALID BIT(0) /* PTM Status */
592 #define IGC_PTM_STAT_BAD_PTM_RES BIT(2) /* PTM Response msg instead of PTM Response Data */
594 #define IGC_PTM_STAT_ADJUST_1ST BIT(4) /* 1588 timer adjusted during 1st PTM cycle */
595 #define IGC_PTM_STAT_ADJUST_CYC BIT(5) /* 1588 timer adjusted during non-1st PTM cycle */
597 /* PCIe PTM Cycle Control */
598 #define IGC_PTM_CYCLE_CTRL_CYC_TIME(msec) ((msec) & 0x3ff) /* PTM Cycle Time (msec) */
599 #define IGC_PTM_CYCLE_CTRL_AUTO_CYC_EN BIT(31) /* PTM Cycle Control */