Searched refs:UPWR_SG_VOLTM (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/plat/imx/imx8ulp/upower/ |
| H A D | upower_api.c | 538 sh_buffer[UPWR_SG_VOLTM] = (void *)(unsigned long)(dom_buffer_base + in upwr_init() 1221 if (UPWR_SG_BUSY(UPWR_SG_VOLTM)) { in upwr_vtm_pmic_cold_reset() 1225 UPWR_USR_CALLB(UPWR_SG_VOLTM, callb); in upwr_vtm_pmic_cold_reset() 1227 UPWR_MSG_HDR(txmsg.hdr, UPWR_SG_VOLTM, UPWR_VTM_PMIC_COLD_RESET); in upwr_vtm_pmic_cold_reset() 1229 upwr_srv_req(UPWR_SG_VOLTM, (uint32_t *)&txmsg, sizeof(txmsg) / 4U); in upwr_vtm_pmic_cold_reset() 1267 if (UPWR_SG_BUSY(UPWR_SG_VOLTM)) { in upwr_vtm_set_pmic_mode() 1271 UPWR_USR_CALLB(UPWR_SG_VOLTM, callb); in upwr_vtm_set_pmic_mode() 1273 UPWR_MSG_HDR(txmsg.hdr, UPWR_SG_VOLTM, UPWR_VTM_SET_PMIC_MODE); in upwr_vtm_set_pmic_mode() 1277 upwr_srv_req(UPWR_SG_VOLTM, (uint32_t *)&txmsg, sizeof(txmsg) / 4U); in upwr_vtm_set_pmic_mode() 1317 if (UPWR_SG_BUSY(UPWR_SG_VOLTM)) { in upwr_vtm_chng_pmic_voltage() [all …]
|
| H A D | upower_defs.h | 86 #define UPWR_SG_VOLTM (3U) /* 3 = voltage measurement */ macro
|