Lines Matching defs:ofs
334 u_long ofs, hdr;
354 ofs = NBMEMSIZE;
358 ofs--;
360 if (!mac68k_bus_space_probe(bst, bsh, ofs, 1)) {
364 if (bus_space_read_1(bst, bsh, ofs) ==
539 u_long ofs)
541 return bus_space_read_1(bst, bsh, ofs);
548 u_long ofs)
552 s = (nubus_read_1(bst, bsh, lanes, ofs) << 8);
553 ofs = nubus_adjust_ptr(lanes, ofs, 1);
554 s |= nubus_read_1(bst, bsh, lanes, ofs);
561 u_long ofs)
568 l = (l << 8) | nubus_read_1(bst, bsh, lanes, ofs);
569 ofs = nubus_adjust_ptr(lanes, ofs, 1);