Searched refs:GAMMA_MASK (Results 1 – 3 of 3) sorted by relevance
412 #define GAMMA_MASK 0x3ff macro
734 val = table[count].slope & GAMMA_MASK; in ipipe_update_gamma_tbl()735 val |= (table[count].offset & GAMMA_MASK) << GAMMA_SHIFT; in ipipe_update_gamma_tbl()
585 if (table[i].slope > GAMMA_MASK || in ipipe_validate_gamma_entry()586 table[i].offset > GAMMA_MASK) in ipipe_validate_gamma_entry()