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 =
2024 ahc->bus_softc.pci_softc.command, /*bytes*/1);
2287 u_int command;
2298 command = ahc_pci_read_config(pci, PCIR_COMMAND, /*bytes*/1);
2299 command |= PCIM_CMD_MWRICEN;
2300 ahc_pci_write_config(pci, PCIR_COMMAND, command, /*bytes*/1);