Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/pci/hotplug/
Dcpqphp_pci.c692 u16 save_command; in cpqhp_save_used_resources() local
713 pci_bus_read_config_word(pci_bus, devfn, PCI_COMMAND, &save_command); in cpqhp_save_used_resources()
743 if ((b_base <= b_length) && (save_command & 0x01)) { in cpqhp_save_used_resources()
759 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
775 if ((w_base <= w_length) && (save_command & 0x02)) { in cpqhp_save_used_resources()
799 && (save_command & 0x01)) { in cpqhp_save_used_resources()
820 && (save_command & 0x02)) { in cpqhp_save_used_resources()
837 && (save_command & 0x02)) { in cpqhp_save_used_resources()
871 && (save_command & 0x01)) { in cpqhp_save_used_resources()
891 && (save_command & 0x02)) { in cpqhp_save_used_resources()
[all …]
/linux-3.4.99/kernel/debug/kdb/
Dkdb_main.c637 char **save_command = s->command; in kdb_defcmd2() local
656 memcpy(s->command, save_command, s->count * sizeof(*(s->command))); in kdb_defcmd2()
658 kfree(save_command); in kdb_defcmd2()