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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp.c193 if (IS_24XX(isp)) {
218 if (IS_24XX(isp)) {
239 if (IS_24XX(isp)) {
274 if (!IS_24XX(isp)) {
488 } else if (IS_24XX(isp)) {
549 } else if (IS_24XX(isp)) {
572 } else if (!IS_24XX(isp)) {
579 if (IS_24XX(isp)) {
592 if (IS_24XX(isp)) {
647 if (IS_24XX(is
[all...]
H A Disp_target.c206 if (IS_24XX(isp)) {
278 if (IS_24XX(isp)) {
400 if (IS_24XX(isp)) {
656 if (IS_24XX(isp)) {
841 if (IS_24XX(isp)) {
1071 if (IS_24XX(isp) && arg != NULL && (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO)) {
1084 if (IS_24XX(isp)) {
1181 if (!IS_24XX(isp)) {
H A Dispreg.h253 (IS_24XX(isp)? (isr & BIU2400_ISR_RISC_INT) : (isr & BIU2100_ISR_RISC_INT)) :\
257 (IS_FC(isp)? (IS_24XX(isp)? BIU2400_ISR_RISC_INT : BIU2100_ISR_RISC_INT) : \
792 (IS_24XX(isp)? (ISP_READ(isp, BIU2400_ICR) & BIU2400_IMASK) : \
798 (IS_24XX(isp) ? \
803 IS_24XX(isp)? ISP_WRITE(isp, BIU2400_ICR, 0) : ISP_WRITE(isp, BIU_ICR, 0)
H A Dispmbox.h854 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_TMODE))
856 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_SCCLUN))
858 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_2KLOGINS))
860 (IS_24XX(isp)? (isp->isp_fwattr & ISP2400_FW_ATTR_MULTIID) : 0)
H A Dispvar.h839 #define IS_24XX(isp) ((isp)->isp_type >= ISP_HA_FC_2400) macro
H A Disp_library.c659 if (IS_24XX(isp)) {
698 if (IS_24XX(isp)) {
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Disp_pci.c1448 if (!IS_24XX(isp)) {

Completed in 136 milliseconds