Searched refs:WB_OFFSET_MASK (Results 1 – 3 of 3) sorted by relevance
618 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()
379 #define WB_OFFSET_MASK 0xfff macro
335 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()