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

  /external/grub/netboot/
pci.c 60 int pcibios_write_config_byte (unsigned int bus, unsigned int device_fn, function
216 int pcibios_write_config_byte (unsigned int bus, function
234 : "0" (PCIBIOS_WRITE_CONFIG_BYTE),
499 pcibios_write_config_byte(p->bus, p->devfn, PCI_LATENCY_TIMER, 32);
pci.h 37 #define PCIBIOS_WRITE_CONFIG_BYTE 0xb10b
186 extern int pcibios_write_config_byte (unsigned int bus, unsigned int device_fn, unsigned int where, unsigned char value);
sis900.c 195 pcibios_write_config_byte(p->bus,p->devfn, 0x48, reg | 0x40);
202 pcibios_write_config_byte(p->bus,p->devfn, 0x48, reg & ~0x40);

Completed in 15 milliseconds