Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/ivpu/
Divpu_hw_btrs_lnl_reg.h59 #define VPU_HW_BTRS_LNL_WP_REQ_PAYLOAD0 0x00000130u macro
Divpu_hw_btrs.c253 val = REGB_RD32(VPU_HW_BTRS_LNL_WP_REQ_PAYLOAD0); in wp_request_lnl()
254 val = REG_SET_FLD_NUM(VPU_HW_BTRS_LNL_WP_REQ_PAYLOAD0, MIN_RATIO, wp->min, val); in wp_request_lnl()
255 val = REG_SET_FLD_NUM(VPU_HW_BTRS_LNL_WP_REQ_PAYLOAD0, MAX_RATIO, wp->max, val); in wp_request_lnl()
256 REGB_WR32(VPU_HW_BTRS_LNL_WP_REQ_PAYLOAD0, val); in wp_request_lnl()