HomeSort by: relevance | last modified time | path
    Searched defs:istat (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/arch/amiga/dev/
zssc.c 168 int istat; local
173 istat = rp->siop_istat;
174 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0)
181 sc->sc_istat = istat;
afsc.c 197 u_char istat; local
202 istat = rp->siop_istat;
203 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0)
210 sc->sc_istat = istat;
bppcsc.c 180 u_char istat; local
187 istat = rp->siop_istat;
188 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0)
195 sc->sc_istat = istat;
cbiiisc.c 177 int istat; local
183 istat = rp->siop_istat;
184 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0)
191 sc->sc_istat = istat;
drsc.c 190 int istat; local
196 istat = rp->siop_istat;
198 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0)
206 sc->sc_istat = istat;
mgnsc.c 180 u_char istat; local
185 istat = rp->siop_istat;
186 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0)
193 sc->sc_istat = istat;
wesc.c 171 u_char istat; local
176 istat = rp->siop_istat;
177 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0)
184 sc->sc_istat = istat;
ser.c 640 u_char stat, last, istat; local
664 istat = stat ^ last;
666 if (istat & serdcd) {
670 if ((istat & CIAB_PRA_CTS) && (tp->t_state & TS_ISOPEN) &&
siop.c 305 u_char istat; local
320 while (((istat = rp->siop_istat) &
341 if (siop_checkintr(sc, istat, dstat, sstat0, &status)) {
747 printf ("istat %02x sfbr %02x lcrc %02x sien %02x dien %02x\n",
905 siop_checkintr(struct siop_softc *sc, u_char istat, u_char dstat,
925 printf ("siopchkintr: istat %x dstat %x sstat0 %x dsps %x sbcl %x sts %x msg %x\n",
926 istat, dstat, sstat0, rp->siop_dsps, rp->siop_sbcl, acb->stat[0], acb->msg[0]);
937 printf(" istat %x dstat %x sstat0 %x\n",
938 istat, dstat, sstat0);
944 SIOP_TRACE('i',dstat,istat,(istat&SIOP_ISTAT_DIP)?rp->siop_dsps&0xff:sstat0)
1491 register u_char istat, dstat, sstat0; local
    [all...]
siop2.c 291 u_char istat; local
306 while (((istat = rp->siop_istat) &
310 printf ("waiting: tgt %d cmd %02x sbcl %02x istat %02x sbdl %04x\n dsp %lx (+%lx) dcmd %lx ds %p timeout %d\n",
312 rp->siop_sbcl, istat, rp->siop_sbdl, rp->siop_dsp,
327 if (siopng_checkintr(sc, istat, dstat, sist, &status)) {
490 printf ("%s: abort %s: dstat %02x, istat %02x sist %04x sien %04x sbcl %02x\n",
776 printf ("istat %02x sfbr %02x respid %02x sien %04x dien %02x\n",
970 siopng_checkintr(struct siop_softc *sc, u_char istat, u_char dstat,
993 printf ("siopngchkintr: istat %x dstat %x sist %x dsps %x sbcl %x sts %x msg %x\n",
994 istat, dstat, sist, rp->siop_dsps, rp->siop_sbcl, acb->stat[0], acb->msg[0])
1640 u_char istat, dstat; local
    [all...]
  /src/sys/arch/arc/jazz/
osiop_jazzio.c 120 uint8_t istat; local
126 istat = osiop_read_1(sc, OSIOP_ISTAT);
128 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0)
133 sc->sc_istat = istat;
  /src/sys/arch/ews4800mips/sbd/
osiop_sbdio.c 99 uint8_t istat; local
104 istat = osiop_read_1(sc, OSIOP_ISTAT);
106 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0)
111 sc->sc_istat = istat;
  /src/sys/arch/hppa/gsc/
osiop_gsc.c 196 uint8_t istat; local
202 istat = osiop_read_1(sc, OSIOP_ISTAT);
204 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0)
209 sc->sc_istat = istat;
  /src/sys/dev/mvme/
osiop_pcctwo.c 161 u_char istat; local
167 istat = pcc2_reg_read(sys_pcctwo, PCC2REG_SCSI_ERR_STATUS);
168 if ((istat & PCCTWO_ERR_SR_MASK) != 0) {
170 device_xname(sc->sc_osiop.sc_dev), istat);
171 istat |= PCCTWO_ERR_SR_SCLR;
172 pcc2_reg_write(sys_pcctwo, PCC2REG_SCSI_ERR_STATUS, istat);
179 istat = osiop_read_1(&sc->sc_osiop, OSIOP_ISTAT);
181 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0)
186 sc->sc_osiop.sc_istat = istat;
  /src/bin/rcp/
util.c 125 sig_t istat, qstat; local
139 istat = signal(SIGINT, SIG_IGN);
143 (void)signal(SIGINT, istat);
  /src/sys/arch/riscv/starfive/
jh7110_trng.c 167 jh7110_trng_probe(struct jh7110_trng_softc *sc, uint32_t istat)
176 if (istat & JH7110_TRNG_ISTATUS_RAND_RDY) {
221 const uint32_t istat = RD4(sc, JH7110_TRNG_ISTATUS); local
222 jh7110_trng_probe(sc, istat);
235 const uint32_t istat = RD4(sc, JH7110_TRNG_ISTATUS); local
237 if (istat & JH7110_TRNG_ISTATUS_RAND_RDY) {
239 jh7110_trng_probe(sc, istat);
244 if (istat & JH7110_TRNG_ISTATUS_SEED_DONE)
248 if (istat & JH7110_TRNG_ISTATUS_LFSR_LOCKUP) {
252 WR4(sc, JH7110_TRNG_ISTATUS, istat);
    [all...]
  /src/sys/dev/ic/
esiop.c 404 int istat, sist, sstat1, dstat = 0; /* XXX: gcc */ local
415 istat = bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, SIOP_ISTAT);
416 if ((istat & (ISTAT_INTF | ISTAT_DIP | ISTAT_SIP)) == 0) {
422 if (istat & ISTAT_INTF) {
428 if ((istat &(ISTAT_DIP | ISTAT_SIP | ISTAT_ABRT)) ==
439 printf("interrupt, istat=0x%x tflags=0x%x "
440 "DSA=0x%x DSP=0x%lx\n", istat, tflags,
490 if (istat & ISTAT_DIP) {
507 (istat & ISTAT_SIP) == 0) {
541 if (istat & ISTAT_SIP)
    [all...]
oosiop.c 1020 uint8_t istat, dstat, sstat0; local
1022 istat = oosiop_read_1(sc, OOSIOP_ISTAT);
1024 if ((istat & (OOSIOP_ISTAT_SIP | OOSIOP_ISTAT_DIP)) == 0)
1030 if (istat & OOSIOP_ISTAT_DIP) {
1088 if (istat & OOSIOP_ISTAT_SIP) {
1089 if (istat & OOSIOP_ISTAT_DIP)
siop.c 301 int istat, sist, sstat1, dstat = 0; /* XXX: gcc */ local
310 istat = bus_space_read_1(sc->sc_c.sc_rt, sc->sc_c.sc_rh, SIOP_ISTAT);
311 if ((istat & (ISTAT_INTF | ISTAT_DIP | ISTAT_SIP)) == 0)
314 if (istat & ISTAT_INTF) {
319 if ((istat &(ISTAT_DIP | ISTAT_SIP | ISTAT_ABRT)) ==
371 if (istat & ISTAT_DIP) {
388 (istat & ISTAT_SIP) == 0) {
424 if (istat & ISTAT_SIP) {
425 if (istat & ISTAT_DIP)
556 if ((istat & ISTAT_DIP) && (dstat & DSTAT_SIR))
    [all...]
osiop.c 461 uint8_t istat, dstat, sstat0; local
470 while (((istat = osiop_read_1(sc, OSIOP_ISTAT)) &
500 if (osiop_checkintr(sc, istat, dstat, sstat0, &status)) {
894 printf("istat %02x sfbr %02x lcrc %02x sien %02x dien %02x\n",
1042 osiop_checkintr(struct osiop_softc *sc, uint8_t istat, uint8_t dstat,
1072 printf(" istat %x dstat %x sstat0 %x\n", istat, dstat, sstat0);
1078 OSIOP_TRACE('i', dstat, istat, (istat & OSIOP_ISTAT_DIP) ?
1281 "istat %x dstat %x sstat0 %x\n"
1708 uint8_t istat, dstat, sstat0; local
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
inline.c 53 static struct istat { struct
54 SLIST_ENTRY(istat) link;
66 static SLIST_HEAD(, istat) ipole = { NULL, &ipole.q_forw };
79 #define SZSI sizeof(struct istat)
87 getprol(struct istat *is, int type)
98 static struct istat *
101 struct istat *is;
203 struct istat *is;
284 struct istat *w;
308 puto(struct istat *w
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
inline.c 53 static struct istat { struct
54 SLIST_ENTRY(istat) link;
66 static SLIST_HEAD(, istat) ipole = { NULL, &ipole.q_forw };
79 #define SZSI sizeof(struct istat)
95 static struct istat *
98 struct istat *is;
140 struct istat *is;
213 struct istat *w;
237 puto(struct istat *w)
298 struct istat *w
    [all...]
  /src/lib/libpuffs/
framebuf.c 68 int istat; member in struct:puffs_framebuf
127 assert((pufbuf->istat & ISTAT_NODESTROY) == 0);
137 assert((pufbuf->istat & ISTAT_NODESTROY) == 0);
141 pufbuf->istat = 0;
188 newpb->istat = 0;
333 pufbuf->istat &= ~ISTAT_NODESTROY;
336 pufbuf->istat &= ~ISTAT_NODESTROY;
375 pufbuf->istat |= ISTAT_NODESTROY;
384 pufbuf->istat &= ~ISTAT_NODESTROY;
407 pufbuf->istat |= ISTAT_NODESTROY
    [all...]
  /src/sys/arch/bebox/stand/boot/
siop.c 264 uint8_t dstat, sstat1, istat; local
266 istat = readb(adp->addr + SIOP_ISTAT);
267 if ((istat & (ISTAT_INTF | ISTAT_DIP | ISTAT_SIP)) == 0)
269 if (istat & ISTAT_INTF) {
273 if ((istat & (ISTAT_DIP | ISTAT_SIP | ISTAT_ABRT)) ==
288 if (istat & ISTAT_DIP)
290 if (istat & ISTAT_SIP) {
291 if (istat & ISTAT_DIP)
375 if ((istat & ISTAT_DIP) && (dstat & DSTAT_SIR)) { /* script interrupt */
  /src/sys/arch/prep/stand/boot/
siop.c 241 uint8_t dstat = 0, sstat1, istat; local
243 istat = readb(adp->addr + SIOP_ISTAT);
244 if ((istat & (ISTAT_INTF | ISTAT_DIP | ISTAT_SIP)) == 0)
246 if (istat & ISTAT_INTF) {
250 if ((istat & (ISTAT_DIP | ISTAT_SIP | ISTAT_ABRT)) ==
265 if (istat & ISTAT_DIP)
267 if (istat & ISTAT_SIP) {
268 if (istat & ISTAT_DIP)
354 if ((istat & ISTAT_DIP) && (dstat & DSTAT_SIR)) { /* script interrupt */

Completed in 33 milliseconds

1 2