Home
last modified time | relevance | path

Searched refs:VPU_40XX_HOST_SS_AON_IDLE_GEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/accel/ivpu/
H A Divpu_hw_40xx_reg.h201 #define VPU_40XX_HOST_SS_AON_IDLE_GEN 0x00030200u macro
H A Divpu_hw_40xx.c367 u32 val = REGV_RD32(VPU_40XX_HOST_SS_AON_IDLE_GEN); in ivpu_boot_idle_gen_drive()
370 val = REG_SET_FLD(VPU_40XX_HOST_SS_AON_IDLE_GEN, EN, val); in ivpu_boot_idle_gen_drive()
372 val = REG_CLR_FLD(VPU_40XX_HOST_SS_AON_IDLE_GEN, EN, val); in ivpu_boot_idle_gen_drive()
374 REGV_WR32(VPU_40XX_HOST_SS_AON_IDLE_GEN, val); in ivpu_boot_idle_gen_drive()