OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcibios_read_config_word
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
pci.c
44
int
pcibios_read_config_word
(unsigned int bus,
function
162
int
pcibios_read_config_word
(unsigned int bus,
function
181
: "1" (
PCIBIOS_READ_CONFIG_WORD
),
489
pcibios_read_config_word
(p->bus, p->devfn, PCI_COMMAND, &pci_command);
pci.h
35
#define
PCIBIOS_READ_CONFIG_WORD
0xb109
187
extern int
pcibios_read_config_word
(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned short *value);
Completed in 24 milliseconds