Searched refs:irqphs (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/nsp/
H A Dnsp.c1315 u_int8_t irqphs)
1320 device_printf(slp->sl_dev, "isrc 0x%x scmon 0x%x irqphs 0x%x\n",
1321 (u_int) isrc, (u_int) ph, (u_int) irqphs);
1417 u_int8_t isrc, ph, irqphs, cr, regv; local
1434 * Do not read an irqphs register if no scsi phase interrupt.
1440 irqphs = nsp_cr_read_1(bst, bsh, NSPR_IRQPHS);
1443 irqphs = 0;
1482 nsp_error(sc, "current status", isrc, ph, irqphs);
1496 if ((irqphs & IRQPHS_RST) != 0)
1503 if ((irqphs
1314 nsp_error(struct nsp_softc * sc, u_char *s, u_int8_t isrc, u_int8_t ph, u_int8_t irqphs) argument
[all...]

Completed in 94 milliseconds