HomeSort by relevance Sort by last modified time
    Searched refs:pcibios_read_config_byte (Results 1 - 4 of 4) sorted by null

  /external/grub/netboot/
pci.c 36 int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, function
135 int pcibios_read_config_byte(unsigned int bus, function
154 : "1" (PCIBIOS_READ_CONFIG_BYTE),
418 pcibios_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type);
496 pcibios_read_config_byte(p->bus, p->devfn, PCI_LATENCY_TIMER, &pci_latency);
pci.h 34 #define PCIBIOS_READ_CONFIG_BYTE 0xb108
185 extern int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned char *value);
sis900.c 194 pcibios_read_config_byte(p->bus,p->devfn, 0x48, &reg);
245 pcibios_read_config_byte(pci->bus,pci->devfn, PCI_REVISION, &revision);
tulip.c     [all...]

Completed in 93 milliseconds