Home
last modified time | relevance | path

Searched refs:irqcode (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/ic/
H A Dsiop.c345 u_int32_t irqcode; in siop_intr() local
638 irqcode = bus_space_read_4(sc->sc_c.sc_rt, sc->sc_c.sc_rh, in siop_intr()
641 printf("script interrupt 0x%x\n", irqcode); in siop_intr()
647 if ((irqcode & 0x80) == 0) { in siop_intr()
651 sc->sc_c.sc_dev.dv_xname, irqcode); in siop_intr()
659 irqcode, siop_cmd->cmd_c.status); in siop_intr()
663 switch(irqcode) { in siop_intr()
1034 printf("unknown irqcode %x\n", irqcode); in siop_intr()
1043 irqcode = 0; in siop_intr()
1050 istat, dstat, sist, sstat1, need_reset, irqcode, in siop_intr()