Lines Matching full:28
74 return (0 << 28) | (offset << 16) | (class_id << 6) | mask; in host1x_opcode_setclass()
79 return (1 << 28) | (offset << 16) | count; in host1x_opcode_incr()
84 return (2 << 28) | (offset << 16) | count; in host1x_opcode_nonincr()
89 return (3 << 28) | (offset << 16) | mask; in host1x_opcode_mask()
94 return (4 << 28) | (offset << 16) | value; in host1x_opcode_imm()
105 return (5 << 28) | (address >> 4); in host1x_opcode_restart()
110 return (6 << 28) | count; in host1x_opcode_gather()
115 return (6 << 28) | (offset << 16) | BIT(15) | count; in host1x_opcode_gather_nonincr()
120 return (6 << 28) | (offset << 16) | BIT(15) | BIT(14) | count; in host1x_opcode_gather_incr()
125 return (7 << 28) | streamid; in host1x_opcode_setstreamid()
130 return (9 << 28) | payload; in host1x_opcode_setpayload()
135 return (12 << 28) | count; in host1x_opcode_gather_wide()
140 return (14 << 28) | (0 << 24) | mlock; in host1x_opcode_acquire_mlock()
145 return (14 << 28) | (1 << 24) | mlock; in host1x_opcode_release_mlock()