Home | History | Annotate | Download | only in ic

Lines Matching defs:ints

228 	bus_space_write_1(iot, ioh, INTS, 0);
357 bus_space_write_1(iot, ioh, INTS, 0);
618 if (bus_space_read_1(iot, ioh, INTS) != 0)
936 if (bus_space_read_1(iot, ioh, INTS) != 0) {
970 * We have to read INTS before checking SSTS to avoid
975 intstat = bus_space_read_1(iot, ioh, INTS);
986 bus_space_read_1(iot, ioh, INTS) != 0)
1367 if (bus_space_read_1(iot, ioh, INTS) != 0)
1378 if (bus_space_read_1(iot, ioh, INTS) != 0) {
1470 if (bus_space_read_1(iot, ioh, INTS) != 0)
1483 intstat = bus_space_read_1(iot, ioh, INTS);
1507 if (bus_space_read_1(iot, ioh, INTS) != 0)
1519 intstat = bus_space_read_1(iot, ioh, INTS);
1597 intstat = bus_space_read_1(iot, ioh, INTS);
1616 intstat = bus_space_read_1(iot, ioh, INTS);
1643 uint8_t ints;
1651 ints = bus_space_read_1(iot, ioh, INTS);
1652 if (ints == 0)
1675 ints = bus_space_read_1(iot, ioh, INTS);
1676 SPC_MISC(("ints = 0x%x ", ints));
1678 if ((ints & INTS_RST) != 0) {
1709 SPC_MISC(("ints:0x%02x ", ints));
1711 if ((ints & INTS_SEL) != 0) {
1719 } else if ((ints & INTS_RESEL) != 0) {
1738 } else if ((ints & INTS_CMD_DONE) != 0) {
1789 } else if ((ints & INTS_TIMEOUT) != 0) {
1827 if ((ints & INTS_DISCON) != 0) {
1833 bus_space_write_1(iot, ioh, INTS, ints);
1903 else if ((ints & INTS_CMD_DONE) != 0 &&
1915 bus_space_write_1(iot, ioh, INTS, ints);
1916 ints = 0;
2027 bus_space_write_1(iot, ioh, INTS, ints);
2028 ints = 0;
2038 if (ints)
2039 bus_space_write_1(iot, ioh, INTS, ints);
2159 printf(" INTS=%x PSNS=%x SSTS=%x SERR=%x PCTL=%x\n",
2160 bus_space_read_1(iot, ioh, INTS),