Searched refs:VPU_37XX_HOST_SS_CPR_RST_SET (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/accel/ivpu/ |
H A D | ivpu_hw_37xx.c | 295 u32 val = REGV_RD32(VPU_37XX_HOST_SS_CPR_RST_SET); in ivpu_boot_host_ss_rst_drive() 298 val = REG_SET_FLD(VPU_37XX_HOST_SS_CPR_RST_SET, TOP_NOC, val); in ivpu_boot_host_ss_rst_drive() 299 val = REG_SET_FLD(VPU_37XX_HOST_SS_CPR_RST_SET, DSS_MAS, val); in ivpu_boot_host_ss_rst_drive() 300 val = REG_SET_FLD(VPU_37XX_HOST_SS_CPR_RST_SET, MSS_MAS, val); in ivpu_boot_host_ss_rst_drive() 302 val = REG_CLR_FLD(VPU_37XX_HOST_SS_CPR_RST_SET, TOP_NOC, val); in ivpu_boot_host_ss_rst_drive() 303 val = REG_CLR_FLD(VPU_37XX_HOST_SS_CPR_RST_SET, DSS_MAS, val); in ivpu_boot_host_ss_rst_drive() 304 val = REG_CLR_FLD(VPU_37XX_HOST_SS_CPR_RST_SET, MSS_MAS, val); in ivpu_boot_host_ss_rst_drive() 307 REGV_WR32(VPU_37XX_HOST_SS_CPR_RST_SET, val); in ivpu_boot_host_ss_rst_drive()
|
H A D | ivpu_hw_37xx_reg.h | 88 #define VPU_37XX_HOST_SS_CPR_RST_SET 0x00000094u macro
|