Lines Matching defs:command
404 uint16_t command_preserve, command;
524 * Set the fast back-to-back enable bit in the command
544 * Support for "command-preserve" property. Note that we
554 "command-preserve", 0);
555 DEBUG2(DBG_INIT_CLD, pci_p->pci_dip, "%s: command-preserve=%x\n",
557 command = pci_config_get16(config_handle, PCI_CONF_COMM);
558 command &= (command_preserve | PCI_COMM_BACK2BACK_ENAB);
559 command |= (pci_command_default & ~command_preserve);
560 pci_config_put16(config_handle, PCI_CONF_COMM, command);
561 command = pci_config_get16(config_handle, PCI_CONF_COMM);
562 DEBUG2(DBG_INIT_CLD, pci_p->pci_dip, "%s: command=%x\n",
568 * based on the settings in the command register.