Lines Matching +full:28 +full:v
52 u32 v = host1x_uclass_indoff_indbe_f(0xf) in host1x_class_host_indoff_reg_write() local
56 v |= host1x_uclass_indoff_autoinc_f(1); in host1x_class_host_indoff_reg_write()
57 return v; in host1x_class_host_indoff_reg_write()
63 u32 v = host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_read() local
67 v |= host1x_uclass_indoff_autoinc_f(1); in host1x_class_host_indoff_reg_read()
68 return v; in host1x_class_host_indoff_reg_read()
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()