Home
last modified time | relevance | path

Searched refs:save_command (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/pci/hotplug/
Dcpqphp_pci.c694 u16 save_command; in cpqhp_save_used_resources() local
715 pci_bus_read_config_word(pci_bus, devfn, PCI_COMMAND, &save_command); in cpqhp_save_used_resources()
745 if ((b_base <= b_length) && (save_command & 0x01)) { in cpqhp_save_used_resources()
761 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
777 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
801 && (save_command & 0x01)) { in cpqhp_save_used_resources()
822 && (save_command & 0x02)) { in cpqhp_save_used_resources()
839 && (save_command & 0x02)) { in cpqhp_save_used_resources()
873 && (save_command & 0x01)) { in cpqhp_save_used_resources()
893 && (save_command & 0x02)) { in cpqhp_save_used_resources()
[all …]
/Linux-v5.4/kernel/debug/kdb/
Dkdb_main.c677 char **save_command = s->command; in kdb_defcmd2() local
701 memcpy(s->command, save_command, s->count * sizeof(*(s->command))); in kdb_defcmd2()
703 kfree(save_command); in kdb_defcmd2()