Searched refs:REGB_WR32 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/accel/ivpu/ |
D | ivpu_hw_btrs.c | 67 REGB_WR32(VPU_HW_BTRS_MTL_INTERRUPT_STAT, BTRS_MTL_ALL_IRQ_MASK); in ivpu_hw_btrs_irqs_clear_with_0_mtl() 70 REGB_WR32(VPU_HW_BTRS_MTL_INTERRUPT_STAT, 0x0); in ivpu_hw_btrs_irqs_clear_with_0_mtl() 233 REGB_WR32(VPU_HW_BTRS_MTL_WP_REQ_PAYLOAD0, val); in wp_request_mtl() 238 REGB_WR32(VPU_HW_BTRS_MTL_WP_REQ_PAYLOAD1, val); in wp_request_mtl() 242 REGB_WR32(VPU_HW_BTRS_MTL_WP_REQ_PAYLOAD2, val); in wp_request_mtl() 246 REGB_WR32(VPU_HW_BTRS_MTL_WP_REQ_CMD, val); in wp_request_mtl() 256 REGB_WR32(VPU_HW_BTRS_LNL_WP_REQ_PAYLOAD0, val); in wp_request_lnl() 261 REGB_WR32(VPU_HW_BTRS_LNL_WP_REQ_PAYLOAD1, val); in wp_request_lnl() 266 REGB_WR32(VPU_HW_BTRS_LNL_WP_REQ_PAYLOAD2, val); in wp_request_lnl() 270 REGB_WR32(VPU_HW_BTRS_LNL_WP_REQ_CMD, val); in wp_request_lnl() [all …]
|
D | ivpu_hw_reg_io.h | 21 #define REGB_WR32(reg, val) ivpu_hw_reg_wr32(vdev, vdev->regb, (reg), (val), #reg, __func__) macro
|