Home
last modified time | relevance | path

Searched refs:SPMI_CMD_RESET (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/linux/
Dspmi.h16 #define SPMI_CMD_RESET 0x10 macro
/Linux-v6.6/drivers/spmi/
Dspmi-mtk-pmif.c295 if (opc < SPMI_CMD_RESET || opc > SPMI_CMD_WAKEUP) in pmif_arb_cmd()
298 cmd = opc - SPMI_CMD_RESET; in pmif_arb_cmd()
Dspmi.c284 return spmi_cmd(sdev->ctrl, SPMI_CMD_RESET, sdev->usid); in spmi_command_reset()
Dspmi-pmic-arb.c351 if (opc < SPMI_CMD_RESET || opc > SPMI_CMD_WAKEUP) in pmic_arb_cmd()