Searched refs:lo_res (Results 1 – 3 of 3) sorted by relevance
240 (dispatch->wheel.lo_res.x != 0 || dispatch->wheel.lo_res.y != 0)) { in fallback_flush_wheels()246 dispatch->wheel.hi_res.x = dispatch->wheel.lo_res.x * 120; in fallback_flush_wheels()247 dispatch->wheel.hi_res.y = dispatch->wheel.lo_res.y * 120; in fallback_flush_wheels()253 dispatch->wheel.lo_res.x = 0; in fallback_flush_wheels()254 dispatch->wheel.lo_res.y = 0; in fallback_flush_wheels()287 if (dispatch->wheel.lo_res.y != 0) { in fallback_flush_wheels()288 int value = dispatch->wheel.lo_res.y; in fallback_flush_wheels()298 dispatch->wheel.lo_res.y = 0; in fallback_flush_wheels()315 if (dispatch->wheel.lo_res.x != 0) { in fallback_flush_wheels()316 int value = dispatch->wheel.lo_res.x; in fallback_flush_wheels()[all …]
101 struct device_coords lo_res; member
1888 int32_t lo_res = static_cast<int32_t>(result); in SoftwareInterrupt() local1891 PrintF("Returned %08x\n", lo_res); in SoftwareInterrupt()1893 set_register(r0, lo_res); in SoftwareInterrupt()2087 int32_t lo_res = 0; in DecodeType01() local2093 lo_res = static_cast<int32_t>(result & 0xFFFFFFFF); in DecodeType01()2100 lo_res = static_cast<int32_t>(result & 0xFFFFFFFF); in DecodeType01()2102 set_register(rd_lo, lo_res); in DecodeType01()