Lines Matching refs:wvalue
183 u32 wvalue = *(u32 *)p_data;
186 if (!(wvalue & GMBUS_SW_CLR_INT)) {
200 if (wvalue & GMBUS_SW_CLR_INT) {
208 if (wvalue & GMBUS_SW_RDY)
209 wvalue &= ~GMBUS_SW_RDY;
212 gmbus1_total_byte_count(wvalue);
213 slave_addr = gmbus1_slave_addr(wvalue);
225 if (wvalue & GMBUS_CYCLE_INDEX)
227 gmbus1_slave_index(wvalue);
229 i2c_edid->gmbus.cycle_type = gmbus1_bus_cycle(wvalue);
230 switch (gmbus1_bus_cycle(wvalue)) {
274 vgpu_vreg(vgpu, offset) = wvalue;
355 u32 wvalue = *(u32 *)p_data;
357 if (wvalue & GMBUS_INUSE)