Lines Matching refs:ioreg
344 const bus_space_handle_t ioh, const bus_addr_t ioreg, int skippat)
357 octet = bus_space_read_1(iot, ioh, ioreg);
376 hwaddr[0] = bus_space_read_1(iot, ioh, ioreg);
377 hwaddr[1] = bus_space_read_1(iot, ioh, ioreg);
385 hwaddr[2] = bus_space_read_1(iot, ioh, ioreg);
386 hwaddr[3] = bus_space_read_1(iot, ioh, ioreg);
392 hwaddr[4] = bus_space_read_1(iot, ioh, ioreg);
393 hwaddr[5] = bus_space_read_1(iot, ioh, ioreg);
403 rom_cksum = bus_space_read_1(iot, ioh, ioreg);
404 rom_cksum |= bus_space_read_1(iot, ioh, ioreg) << 8;