Lines Matching defs:ints
1580 u_char ints;
1590 ints = bus_space_read_1(iot, ioh, INTS);
1591 if (ints == 0) /* No interrupt event on this device */
1610 while ((ints = bus_space_read_1(iot, ioh, INTS)) == 0)
1612 SPC_MISC(("ints = 0x%x ", ints));
1614 ints = bus_space_read_1(iot, ioh, INTS);
1615 SPC_MISC(("ints = 0x%x ", ints));
1618 if ((ints & INTS_RST) != 0) {
1649 SPC_MISC(("ints:0x%02x ", ints));
1651 if ((ints & INTS_SEL) != 0) {
1659 } else if ((ints & INTS_RESEL) != 0) {
1678 } else if ((ints & INTS_CMD_DONE) != 0) {
1728 } else if ((ints & INTS_TIMEOUT) != 0) {
1766 if ((ints & INTS_DISCON) != 0) {
1771 bus_space_write_1(iot, ioh, INTS, ints);
1840 else if ((ints & INTS_CMD_DONE) != 0 &&
1851 bus_space_write_1(iot, ioh, INTS, ints);
1852 ints = 0;
1940 bus_space_write_1(iot, ioh, INTS, ints);
1941 ints = 0;
1951 if (ints)
1952 bus_space_write_1(iot, ioh, INTS, ints);