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

/freebsd-13-stable/sys/mips/atheros/
H A Dar724x_pci.c230 PCIM_CMD_BACKTOBACK | PCIM_CMD_PERRESPEN | PCIM_CMD_MWRICEN;
437 | PCIM_CMD_PERRESPEN | PCIM_CMD_MWRICEN, 2);
H A Dqca955x_pci.c228 PCIM_CMD_BACKTOBACK | PCIM_CMD_PERRESPEN | PCIM_CMD_MWRICEN;
361 | PCIM_CMD_PERRESPEN | PCIM_CMD_MWRICEN, 2);
H A Dar71xx_pci.c452 | PCIM_CMD_PERRESPEN | PCIM_CMD_MWRICEN, 4);
/freebsd-13-stable/sys/dev/isp/
H A Disp_pci.c108 #ifndef PCIM_CMD_PERRESPEN
109 #define PCIM_CMD_PERRESPEN 0x0040 macro
573 cmd |= PCIM_CMD_SEREN | PCIM_CMD_PERRESPEN | PCIM_CMD_BUSMASTEREN | PCIM_CMD_INVEN;
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_pci.c386 val |= PCIM_CMD_SERRESPEN | PCIM_CMD_PERRESPEN |
/freebsd-13-stable/sys/dev/pci/
H A Dpcireg.h91 #define PCIM_CMD_PERRESPEN 0x0040 macro
/freebsd-13-stable/sys/dev/mn/
H A Dif_mn.c1349 pci_write_config(self, PCIR_COMMAND, u | PCIM_CMD_PERRESPEN | PCIM_CMD_BUSMASTEREN, 2);
/freebsd-13-stable/sys/dev/cas/
H A Dif_cas.c2676 PCIM_CMD_MWRICEN | PCIM_CMD_PERRESPEN | PCIM_CMD_SERRESPEN, 2);
/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.c4639 pci_command |= PCIM_CMD_PERRESPEN;
/freebsd-13-stable/sys/dev/sym/
H A Dsym_hipd.c8472 command |= PCIM_CMD_BUSMASTEREN | PCIM_CMD_PERRESPEN |
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.c5498 mod_cmd = cmd & ~(PCIM_CMD_PERRESPEN|PCIM_CMD_SERRESPEN);

Completed in 327 milliseconds