Lines Matching full:lpi
224 #define MVNETA_LPIC1 0x2cc4 /* LPI control 1 */
225 #define MVNETA_LPIC2 0x2cc8 /* LPI control 2 */
226 #define MVNETA_LPIS 0x2ccc /* LPI status */
227 #define MVNETA_LPIC 0x2cd0 /* LPI counter */
670 #define MVNETA_PI_PCSRXPRLPI (1 << 11) /* PCS Rx path received LPI*/
671 #define MVNETA_PI_PCSTXPRLPI (1 << 12) /* PCS Tx path received LPI*/
672 #define MVNETA_PI_MACRXPRLPI (1 << 13) /* MAC Rx path received LPI*/
678 /* LPI Control 0 (MVNETA_LPIC0) */
682 /* LPI Control 1 (MVNETA_LPIC1) */
683 #define MVNETA_LPIC1_LPIRE (1 << 0) /* LPI request enable */
684 #define MVNETA_LPIC1_LPIRF (1 << 1) /* LPI request force */
685 #define MVNETA_LPIC1_LPIMM (1 << 2) /* LPI manual mode */
688 /* LPI Control 2 (MVNETA_LPIC2) */
691 /* LPI Status (MVNETA_LPIS) */
692 #define MVNETA_LPIS_PCSRXPLPIS (1 << 0) /* PCS Rx path LPI status */
693 #define MVNETA_LPIS_PCSTXPLPIS (1 << 1) /* PCS Tx path LPI status */