Searched refs:RTPSE_MCU_OP (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/pse-pd/ |
| H A D | realtek-pse-mcu-core.c | 95 #define RTPSE_MCU_OP(opc) { .op = (opc), .valid = true } macro 944 [RTPSE_MCU_CMD_SET_GLOBAL_STATE] = RTPSE_MCU_OP(0x00), 945 [RTPSE_MCU_CMD_GET_SYSTEM_INFO] = RTPSE_MCU_OP(0x40), 946 [RTPSE_MCU_CMD_GET_EXT_CONFIG] = RTPSE_MCU_OP(0x4a), 948 [RTPSE_MCU_CMD_PORT_ENABLE] = RTPSE_MCU_OP(0x01), 949 [RTPSE_MCU_CMD_PORT_SET_POWER_LIMIT_TYPE] = RTPSE_MCU_OP(0x12), 950 [RTPSE_MCU_CMD_PORT_SET_POWER_LIMIT] = RTPSE_MCU_OP(0x13), 951 [RTPSE_MCU_CMD_PORT_SET_POWER_LIMIT_EXT] = RTPSE_MCU_OP(0x14), 952 [RTPSE_MCU_CMD_PORT_SET_PRIORITY] = RTPSE_MCU_OP(0x15), 953 [RTPSE_MCU_CMD_PORT_GET_STATUS] = RTPSE_MCU_OP(0x42), [all …]
|