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

/linux-master/include/linux/
H A Dspmi.h16 #define SPMI_CMD_RESET 0x10 macro
/linux-master/drivers/spmi/
H A Dspmi-mtk-pmif.c296 if (opc < SPMI_CMD_RESET || opc > SPMI_CMD_WAKEUP)
299 cmd = opc - SPMI_CMD_RESET;
H A Dspmi.c284 return spmi_cmd(sdev->ctrl, SPMI_CMD_RESET, sdev->usid);
H A Dspmi-pmic-arb.c351 if (opc < SPMI_CMD_RESET || opc > SPMI_CMD_WAKEUP)

Completed in 226 milliseconds