Lines Matching defs:wvalue
185 u32 wvalue = *(u32 *)p_data;
188 if (!(wvalue & GMBUS_SW_CLR_INT)) {
202 if (wvalue & GMBUS_SW_CLR_INT) {
210 if (wvalue & GMBUS_SW_RDY)
211 wvalue &= ~GMBUS_SW_RDY;
214 gmbus1_total_byte_count(wvalue);
215 slave_addr = gmbus1_slave_addr(wvalue);
227 if (wvalue & GMBUS_CYCLE_INDEX)
229 gmbus1_slave_index(wvalue);
231 i2c_edid->gmbus.cycle_type = gmbus1_bus_cycle(wvalue);
232 switch (gmbus1_bus_cycle(wvalue)) {
276 vgpu_vreg(vgpu, offset) = wvalue;
355 u32 wvalue = *(u32 *)p_data;
357 if (wvalue & GMBUS_INUSE)