Searched refs:impuPowerGate (Results 1 – 1 of 1) sorted by relevance
513 uint32_t impuPowerGate = 0; in RSI_IPMU_PowerGateSet() local514 impuPowerGate = ULP_SPI_MEM_MAP(POWERGATE_REG_WRITE); in RSI_IPMU_PowerGateSet()517 impuPowerGate = (impuPowerGate >> 5); in RSI_IPMU_PowerGateSet()518 impuPowerGate |= mask_vlaue; in RSI_IPMU_PowerGateSet()519 ULP_SPI_MEM_MAP(POWERGATE_REG_WRITE) = impuPowerGate; in RSI_IPMU_PowerGateSet()523 impuPowerGate = ULP_SPI_MEM_MAP(POWERGATE_REG_WRITE); in RSI_IPMU_PowerGateSet()547 uint32_t impuPowerGate = 0; in RSI_IPMU_PowerGateClr() local554 impuPowerGate = ULP_SPI_MEM_MAP(POWERGATE_REG_WRITE); in RSI_IPMU_PowerGateClr()557 impuPowerGate = (impuPowerGate >> 5); in RSI_IPMU_PowerGateClr()558 impuPowerGate &= ~mask_vlaue; in RSI_IPMU_PowerGateClr()[all …]