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