Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/mediatek/vcodec/vdec/
Dvdec_vp8_if.c109 void __iomem *hwb; member
176 inst->reg_base.hwb = mtk_vcodec_get_reg_addr(inst->ctx, VDEC_HWB); in get_hw_reg_base()
228 void __iomem *hwb = inst->reg_base.hwb; in enable_hw_rw_function() local
233 writel(0x101, hwb + VP8_WO_VLD_SRST); in enable_hw_rw_function()
243 writel(0x0, hwb + VP8_WO_VLD_SRST); in enable_hw_rw_function()
/linux-5.19.10/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c910 int i, hwb, swb, excl, psl; in rdt_bit_usage_show() local
954 hwb = test_bit(i, &hw_shareable); in rdt_bit_usage_show()
958 if (hwb && swb) in rdt_bit_usage_show()
960 else if (hwb && !swb) in rdt_bit_usage_show()
962 else if (!hwb && swb) in rdt_bit_usage_show()