Symbol: PCIM_CMD_PORTEN
sys/bus/pci/pci.c
2328
bit = PCIM_CMD_PORTEN;
sys/bus/pci/pci.c
2359
bit = PCIM_CMD_PORTEN;
sys/bus/pci/pci.c
2510
& PCIM_CMD_PORTEN) != 0;
sys/bus/pci/pci.c
2629
cmd |= PCIM_CMD_PORTEN;
sys/bus/pci/pci_pci.c
162
if (sc->command & PCIM_CMD_PORTEN) {
sys/bus/pci/pci_user.c
736
bio->pbi_enabled = (value & PCIM_CMD_PORTEN) != 0;
sys/bus/pci/vga_pci.c
127
if ((config & (PCIM_CMD_PORTEN | PCIM_CMD_MEMEN)) == 0) {
sys/dev/disk/advansys/adv_pci.c
150
if ((command & (PCIM_CMD_PORTEN|PCIM_CMD_BUSMASTEREN))
sys/dev/disk/advansys/adv_pci.c
151
!= (PCIM_CMD_PORTEN|PCIM_CMD_BUSMASTEREN)) {
sys/dev/disk/advansys/adv_pci.c
152
command |= PCIM_CMD_PORTEN|PCIM_CMD_BUSMASTEREN;
sys/dev/disk/advansys/adw_pci.c
215
if (regs == NULL && (command & PCIM_CMD_PORTEN) != 0) {
sys/dev/disk/buslogic/bt_pci.c
66
if (!regs && (command & PCIM_CMD_PORTEN)) {
sys/dev/disk/isp/isp_pci.c
509
*m2 = PCIM_CMD_PORTEN;
sys/dev/disk/isp/isp_pci.c
513
*m1 = PCIM_CMD_PORTEN;
sys/dev/disk/isp/isp_pci.c
519
*m2 = PCIM_CMD_PORTEN;
sys/dev/netif/fxp/if_fxp.c
417
m2 = PCIM_CMD_PORTEN;
sys/dev/netif/fxp/if_fxp.c
421
m1 = PCIM_CMD_PORTEN;
sys/dev/netif/lnc/if_lnc_pci.c
321
pci_enable_io(dev, PCIM_CMD_PORTEN);
sys/dev/netif/my/if_my.c
812
command |= (PCIM_CMD_PORTEN | PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN);
sys/dev/netif/my/if_my.c
822
if (!(command & PCIM_CMD_PORTEN)) {
sys/dev/netif/nge/if_nge.c
766
command |= (PCIM_CMD_PORTEN|PCIM_CMD_MEMEN|PCIM_CMD_BUSMASTEREN);
sys/dev/netif/nge/if_nge.c
771
if (!(command & PCIM_CMD_PORTEN)) {
sys/dev/netif/pcn/if_pcn.c
526
command |= (PCIM_CMD_PORTEN|PCIM_CMD_MEMEN|PCIM_CMD_BUSMASTEREN);
sys/dev/netif/pcn/if_pcn.c
531
if (!(command & PCIM_CMD_PORTEN)) {
sys/dev/netif/re/re.c
4918
command |= (PCIM_CMD_PORTEN|PCIM_CMD_MEMEN|PCIM_CMD_BUSMASTEREN);
sys/dev/netif/sf/if_sf.c
680
command |= (PCIM_CMD_PORTEN|PCIM_CMD_MEMEN|PCIM_CMD_BUSMASTEREN);
sys/dev/netif/sf/if_sf.c
685
if (!(command & PCIM_CMD_PORTEN)) {
sys/dev/netif/sis/if_sis.c
975
command |= (PCIM_CMD_PORTEN|PCIM_CMD_MEMEN|PCIM_CMD_BUSMASTEREN);
sys/dev/netif/sis/if_sis.c
980
if (!(command & PCIM_CMD_PORTEN)) {
sys/dev/pccard/pccbb/pccbb_pci.c
437
| PCIM_CMD_PORTEN
sys/dev/raid/amr/amr_pci.c
221
if ((command & PCIM_CMD_PORTEN) == 0) {
sys/dev/raid/dpt/dpt_pci.c
91
if (io == NULL && (command & PCIM_CMD_PORTEN) != 0) {
sys/dev/raid/ips/ips_pci.c
108
if (sc->iores == NULL && command & PCIM_CMD_PORTEN) {
sys/dev/raid/mrsas/mrsas.c
749
if ( (cmd & PCIM_CMD_PORTEN) == 0) {
sys/dev/raid/tws/tws.c
219
if ( (cmd & PCIM_CMD_PORTEN) == 0) {