Lines Matching defs:command
707 u_int command;
759 command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/2);
760 command |= PCIM_CMD_BUSMASTEREN;
762 ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, /*bytes*/2);
929 ahc->bus_softc.pci_softc.command =
2023 ahc->bus_softc.pci_softc.command, /*bytes*/1);
2285 u_int command;
2296 command = ahc_pci_read_config(pci, PCIR_COMMAND, /*bytes*/1);
2297 command |= PCIM_CMD_MWRICEN;
2298 ahc_pci_write_config(pci, PCIR_COMMAND, command, /*bytes*/1);