Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/mtk-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-v5.10/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c922 int i, hwb, swb, excl, psl; in rdt_bit_usage_show() local
965 hwb = test_bit(i, &hw_shareable); in rdt_bit_usage_show()
969 if (hwb && swb) in rdt_bit_usage_show()
971 else if (hwb && !swb) in rdt_bit_usage_show()
973 else if (!hwb && swb) in rdt_bit_usage_show()