Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Ddm365_ipipe_hw.c618 regw_ip(base_addr, wb->ofst_r & WB_OFFSET_MASK, WB2_OFT_R); in ipipe_set_wb_regs()
619 regw_ip(base_addr, wb->ofst_gr & WB_OFFSET_MASK, WB2_OFT_GR); in ipipe_set_wb_regs()
620 regw_ip(base_addr, wb->ofst_gb & WB_OFFSET_MASK, WB2_OFT_GB); in ipipe_set_wb_regs()
621 regw_ip(base_addr, wb->ofst_b & WB_OFFSET_MASK, WB2_OFT_B); in ipipe_set_wb_regs()
Ddm365_ipipe_hw.h379 #define WB_OFFSET_MASK 0xfff macro
Ddm365_ipipe.c335 if (wbal->ofst_r > WB_OFFSET_MASK || in ipipe_validate_wb_params()
336 wbal->ofst_gr > WB_OFFSET_MASK || in ipipe_validate_wb_params()
337 wbal->ofst_gb > WB_OFFSET_MASK || in ipipe_validate_wb_params()
338 wbal->ofst_b > WB_OFFSET_MASK || in ipipe_validate_wb_params()