Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/isp/
HDisp.c168 } else if (IS_26XX(isp)) { /* 26xx and 27xx are identical */ in isp_get_flash_addrs()
185 } else if (IS_26XX(isp)) { in isp_get_flash_addrs()
324 if (!IS_26XX(isp)) { in isp_reset()
543 } else if (IS_26XX(isp)) { in isp_reset()
563 if (!IS_26XX(isp)) in isp_reset()
575 if (IS_26XX(isp)) { in isp_reset()
613 if (!dodnld && !IS_26XX(isp)) in isp_reset()
931 if (!IS_26XX(isp)) in isp_init()
1012 if (IS_26XX(isp)) { in isp_init()
1127 if (IS_26XX(isp) && isp->isp_nirq >= 3) in isp_init()
HDispvar.h691 #define IS_26XX(isp) ((isp)->isp_type >= ISP_HA_FC_2600) macro
HDisp_pci.c536 if (IS_26XX(isp)) { in isp_pci_attach()
1261 max_irq = IS_26XX(isp) ? 3 : (IS_25XX(isp) ? 2 : 0); in isp_pci_irqsetup()