Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/vdec/
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c903 int i, hwb, swb, excl, psl; in rdt_bit_usage_show() local
946 hwb = test_bit(i, &hw_shareable); in rdt_bit_usage_show()
950 if (hwb && swb) in rdt_bit_usage_show()
952 else if (hwb && !swb) in rdt_bit_usage_show()
954 else if (!hwb && swb) in rdt_bit_usage_show()