Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/media/davinci_vpfe/
Ddm365_ipipe_hw.c615 regw_ip(base_addr, wb->ofst_r & WB_OFFSET_MASK, WB2_OFT_R); in ipipe_set_wb_regs()
616 regw_ip(base_addr, wb->ofst_gr & WB_OFFSET_MASK, WB2_OFT_GR); in ipipe_set_wb_regs()
617 regw_ip(base_addr, wb->ofst_gb & WB_OFFSET_MASK, WB2_OFT_GB); in ipipe_set_wb_regs()
618 regw_ip(base_addr, wb->ofst_b & WB_OFFSET_MASK, WB2_OFT_B); in ipipe_set_wb_regs()
Ddm365_ipipe_hw.h380 #define WB_OFFSET_MASK 0xfff macro
Ddm365_ipipe.c334 if (wbal->ofst_r > WB_OFFSET_MASK || in ipipe_validate_wb_params()
335 wbal->ofst_gr > WB_OFFSET_MASK || in ipipe_validate_wb_params()
336 wbal->ofst_gb > WB_OFFSET_MASK || in ipipe_validate_wb_params()
337 wbal->ofst_b > WB_OFFSET_MASK || in ipipe_validate_wb_params()