Searched refs:SPMI_CMD_RESET (Results 1 – 4 of 4) sorted by relevance
16 #define SPMI_CMD_RESET 0x10 macro
295 if (opc < SPMI_CMD_RESET || opc > SPMI_CMD_WAKEUP) in pmif_arb_cmd()298 cmd = opc - SPMI_CMD_RESET; in pmif_arb_cmd()
284 return spmi_cmd(sdev->ctrl, SPMI_CMD_RESET, sdev->usid); in spmi_command_reset()
351 if (opc < SPMI_CMD_RESET || opc > SPMI_CMD_WAKEUP) in pmic_arb_cmd()