Lines Matching refs:xive_set_field32
102 nvp.w0 = xive_set_field32(NVP2_W0_VALID, 0, 1); in set_nvp()
103 nvp.w0 = xive_set_field32(NVP2_W0_PGOFIRST, nvp.w0, first); in set_nvp()
104 nvp.w6 = xive_set_field32(NVP2_W6_REPORTING_LINE, nvp.w6, in set_nvp()
106 nvp.w7 = xive_set_field32(NVP2_W7_REPORTING_LINE, nvp.w7, in set_nvp()
138 nvg.w0 = xive_set_field32(NVGC2_W0_VALID, 0, 1); in set_nvg()
139 nvg.w0 = xive_set_field32(NVGC2_W0_PGONEXT, nvg.w0, next); in set_nvg()
172 end.w0 = xive_set_field32(END2_W0_VALID, 0, 1); in set_end()
173 end.w0 = xive_set_field32(END2_W0_ENQUEUE, end.w0, 1); in set_end()
174 end.w0 = xive_set_field32(END2_W0_UCOND_NOTIFY, end.w0, 1); in set_end()
175 end.w0 = xive_set_field32(END2_W0_BACKLOG, end.w0, 1); in set_end()
177 end.w1 = xive_set_field32(END2_W1_GENERATION, 0, 1); in set_end()
182 end.w3 = xive_set_field32(END2_W3_QSIZE, end.w3, queue_size); in set_end()
184 end.w6 = xive_set_field32(END2_W6_IGNORE, 0, i); in set_end()
185 end.w6 = xive_set_field32(END2_W6_VP_OFFSET, end.w6, nvp_index); in set_end()
187 end.w7 = xive_set_field32(END2_W7_F0_PRIORITY, 0, priority); in set_end()