Home
last modified time | relevance | path

Searched refs:offset_mask (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/soc/mediatek/
H A Dmtk-cmdq-helper.c253 u16 offset_mask = offset; in cmdq_pkt_write_mask() local
261 offset_mask |= CMDQ_WRITE_ENABLE_MASK; in cmdq_pkt_write_mask()
263 return cmdq_pkt_write(pkt, subsys, offset_mask, value); in cmdq_pkt_write_mask()
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/
H A Dhw_translate_dce110.c358 info->offset_mask = info->offset - 1; in id_to_offset()
/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c481 u64 offset_mask, addr_mask, hop_shift, tmp_phys_addr; in hl_mmu_pa_page_with_offset() local
525 offset_mask = (1ull << hop_shift) - 1; in hl_mmu_pa_page_with_offset()
526 addr_mask = ~(offset_mask); in hl_mmu_pa_page_with_offset()
528 (virt_addr & offset_mask); in hl_mmu_pa_page_with_offset()
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/
H A Dhw_translate_dce60.c392 info->offset_mask = info->offset - 1; in id_to_offset()
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce120/
H A Dhw_translate_dce120.c380 info->offset_mask = info->offset - 1; in id_to_offset()