Lines Matching refs:bus_space_read_1
167 bus_space_read_1(iot, ioh, INT1_TIMER_0_ACK);
168 bus_space_read_1(iot, ioh, INT1_TIMER_1_ACK);
251 mstat = bus_space_read_1(iot, ioh, INT2_MAP_STATUS);
252 mmask = bus_space_read_1(iot, ioh, INT2_MAP_MASK0 + (which << 2));
283 mask = bus_space_read_1(iot, ioh, INT1_LOCAL_MASK);
310 l0stat = bus_space_read_1(iot, ioh, INT2_LOCAL0_STATUS);
311 l0mask = bus_space_read_1(iot, ioh, INT2_LOCAL0_MASK);
337 l1stat = bus_space_read_1(iot, ioh, INT2_LOCAL1_STATUS);
338 l1mask = bus_space_read_1(iot, ioh, INT2_LOCAL1_MASK);
385 mask = bus_space_read_1(iot, ioh, INT1_LOCAL_MASK);
424 mask = bus_space_read_1(iot, ioh, INT2_LOCAL0_MASK);
428 mask = bus_space_read_1(iot, ioh, INT2_LOCAL1_MASK);
433 mask = bus_space_read_1(iot, ioh, INT2_LOCAL0_MASK);
437 mask = bus_space_read_1(iot, ioh, INT2_MAP_MASK0);
442 mask = bus_space_read_1(iot, ioh, INT2_LOCAL1_MASK);
446 mask = bus_space_read_1(iot, ioh, INT2_MAP_MASK1);
513 (void)bus_space_read_1(iot, ioh, INT2_TIMER_2);
514 msb = bus_space_read_1(iot, ioh, INT2_TIMER_2) & 0xff;
616 lo = bus_space_read_1(iot, ioh, INT1_TIMER_1);
617 hi = bus_space_read_1(iot, ioh, INT1_TIMER_1);
623 lo = bus_space_read_1(iot, ioh, INT2_TIMER_1);
624 hi = bus_space_read_1(iot, ioh, INT2_TIMER_1);
650 bus_space_read_1(iot, ioh, INT1_TIMER_0_ACK);
672 bus_space_read_1(iot, ioh, INT1_TIMER_1_ACK);
693 while (bus_space_read_1(iot, ioh, INT2_LOCAL0_STATUS) & flag)