Home
last modified time | relevance | path

Searched defs:SCSI_IPL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/hp300/dev/
H A Dhp98265reg.h52 #define SCSI_IPL(csr) ((((csr) >> 4) & 3) + 3) macro
/netbsd-src/sys/arch/hp300/stand/common/
H A Dscsireg.h51 #define SCSI_IPL(csr) ((((csr)>>4)&3)+3) macro