Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp8_if.c106 void __iomem *hwb; member
174 inst->reg_base.hwb = mtk_vcodec_get_reg_addr(reg_base, VDEC_HWB); in get_hw_reg_base()
225 void __iomem *hwb = inst->reg_base.hwb; in enable_hw_rw_function() local
230 writel(0x101, hwb + VP8_WO_VLD_SRST); in enable_hw_rw_function()
240 writel(0x0, hwb + VP8_WO_VLD_SRST); in enable_hw_rw_function()
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dmediatek,vcodec-decoder.yaml38 - const: hwb
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c924 int i, hwb, swb, excl, psl; in rdt_bit_usage_show() local
968 hwb = test_bit(i, &hw_shareable); in rdt_bit_usage_show()
972 if (hwb && swb) in rdt_bit_usage_show()
974 else if (hwb && !swb) in rdt_bit_usage_show()
976 else if (!hwb && swb) in rdt_bit_usage_show()