Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Disp_pci.c115 #ifndef PCIM_CMD_PERRESPEN
116 #define PCIM_CMD_PERRESPEN 0x0040 macro
587 cmd |= PCIM_CMD_SEREN | PCIM_CMD_PERRESPEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_INVEN; in isp_pci_attach()
/freebsd/sys/dev/mpt/
H A Dmpt_pci.c383 val |= PCIM_CMD_SERRESPEN | PCIM_CMD_PERRESPEN | in mpt_pci_attach()
/freebsd/sys/dev/pci/
H A Dpcireg.h92 #define PCIM_CMD_PERRESPEN 0x0040 macro
/freebsd/sys/dev/cas/
H A Dif_cas.c2671 PCIM_CMD_MWRICEN | PCIM_CMD_PERRESPEN | PCIM_CMD_SERRESPEN, 2); in cas_pci_attach()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c8468 command |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_PERRESPEN |
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c5460 mod_cmd = cmd & ~(PCIM_CMD_PERRESPEN|PCIM_CMD_SERRESPEN); in ahd_reset()