Lines Matching defs:orig
257 u_char orig, new, saved;
271 orig = bus_space_read_1(*iot, *ioh, ACT_ADDRESS_R);
272 bus_space_write_1(*iot, *ioh, ACT_ADDRESS_W, (orig ^ 0x10));
275 bus_space_write_1(*iot, *ioh, ACT_ADDRESS, orig);
276 if (new != (orig ^ 0x10)) {
279 new, (orig ^ 0x10));
287 orig = bus_space_read_1(*iot, *ioh, vgabase + 0x05);
288 bus_space_write_1(*iot, *ioh, vgabase + 0x05, (orig ^ 0x0f));
290 bus_space_write_1(*iot, *ioh, vgabase + 0x05, orig);
291 if (new != (orig ^ 0x0f)) {
294 new, (orig ^ 0x0f));