Lines Matching refs:wvalue
180 u32 wvalue = *(u32 *)p_data;
183 if (!(wvalue & GMBUS_SW_CLR_INT)) {
197 if (wvalue & GMBUS_SW_CLR_INT) {
205 if (wvalue & GMBUS_SW_RDY)
206 wvalue &= ~GMBUS_SW_RDY;
209 gmbus1_total_byte_count(wvalue);
210 slave_addr = gmbus1_slave_addr(wvalue);
222 if (wvalue & GMBUS_CYCLE_INDEX)
224 gmbus1_slave_index(wvalue);
226 i2c_edid->gmbus.cycle_type = gmbus1_bus_cycle(wvalue);
227 switch (gmbus1_bus_cycle(wvalue)) {
271 vgpu_vreg(vgpu, offset) = wvalue;
352 u32 wvalue = *(u32 *)p_data;
354 if (wvalue & GMBUS_INUSE)