SPMI_CMD_RESET
if (opc < SPMI_CMD_RESET || opc > SPMI_CMD_WAKEUP)
cmd = opc - SPMI_CMD_RESET;
if (opc < SPMI_CMD_RESET || opc > SPMI_CMD_WAKEUP)
return spmi_cmd(sdev->ctrl, SPMI_CMD_RESET, sdev->usid);