Lines Matching full:ptm
558 /* PCIe PTM Control */
559 #define IGC_PTM_CTRL_START_NOW BIT(29) /* Start PTM Now */
560 #define IGC_PTM_CTRL_EN BIT(30) /* Enable PTM */
561 #define IGC_PTM_CTRL_TRIG BIT(31) /* PTM Cycle trigger */
566 #define IGC_PTM_CYC_TIME_DEFAULT 5 /* Default PTM cycle time */
567 #define IGC_PTM_TIMEOUT_DEFAULT 255 /* Default timeout for PTM errors */
577 /* PCIe PTM Status */
578 #define IGC_PTM_STAT_VALID BIT(0) /* PTM Status */
580 #define IGC_PTM_STAT_BAD_PTM_RES BIT(2) /* PTM Response msg instead of PTM Response Data */
582 #define IGC_PTM_STAT_ADJUST_1ST BIT(4) /* 1588 timer adjusted during 1st PTM cycle */
583 #define IGC_PTM_STAT_ADJUST_CYC BIT(5) /* 1588 timer adjusted during non-1st PTM cycle */
585 /* PCIe PTM Cycle Control */
586 #define IGC_PTM_CYCLE_CTRL_CYC_TIME(msec) ((msec) & 0x3ff) /* PTM Cycle Time (msec) */
587 #define IGC_PTM_CYCLE_CTRL_AUTO_CYC_EN BIT(31) /* PTM Cycle Control */