Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/mtk-vcodec/vdec/
Dvdec_vp8_if.c117 void __iomem *hwb; member
184 inst->reg_base.hwb = mtk_vcodec_get_reg_addr(inst->ctx, VDEC_HWB); in get_hw_reg_base()
236 void __iomem *hwb = inst->reg_base.hwb; in enable_hw_rw_function() local
241 writel(0x101, hwb + VP8_WO_VLD_SRST); in enable_hw_rw_function()
251 writel(0x0, hwb + VP8_WO_VLD_SRST); in enable_hw_rw_function()
/Linux-v4.19/arch/x86/kernel/cpu/
Dintel_rdt_rdtgroup.c798 int i, hwb, swb, excl, psl; in rdt_bit_usage_show() local
841 hwb = test_bit(i, (unsigned long *)&hw_shareable); in rdt_bit_usage_show()
845 if (hwb && swb) in rdt_bit_usage_show()
847 else if (hwb && !swb) in rdt_bit_usage_show()
849 else if (!hwb && swb) in rdt_bit_usage_show()