Lines Matching defs:p
393 void adjust_pci_device(struct pci_device *p)
398 pcibios_read_config_word(p->bus, p->devfn, PCI_COMMAND, &pci_command);
405 pci_command, new_command, p->bus, p->devfn);
407 pcibios_write_config_word(p->bus, p->devfn, PCI_COMMAND, new_command);
409 pcibios_read_config_byte(p->bus, p->devfn, PCI_LATENCY_TIMER, &pci_latency);
415 pcibios_write_config_byte(p->bus, p->devfn, PCI_LATENCY_TIMER, 32);