Lines Matching refs:wvalue
186 u32 wvalue = *(u32 *)p_data;
189 if (!(wvalue & GMBUS_SW_CLR_INT)) {
203 if (wvalue & GMBUS_SW_CLR_INT) {
211 if (wvalue & GMBUS_SW_RDY)
212 wvalue &= ~GMBUS_SW_RDY;
215 gmbus1_total_byte_count(wvalue);
216 target_addr = gmbus1_target_addr(wvalue);
228 if (wvalue & GMBUS_CYCLE_INDEX)
230 gmbus1_target_index(wvalue);
232 i2c_edid->gmbus.cycle_type = gmbus1_bus_cycle(wvalue);
233 switch (gmbus1_bus_cycle(wvalue)) {
277 vgpu_vreg(vgpu, offset) = wvalue;
358 u32 wvalue = *(u32 *)p_data;
360 if (wvalue & GMBUS_INUSE)