OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCIBIOS_WRITE_CONFIG_DWORD
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
pci.h
39
#define
PCIBIOS_WRITE_CONFIG_DWORD
0xb10d
190
extern int
pcibios_write_config_dword
(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned int value);
pci.c
76
int
pcibios_write_config_dword
(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned int value)
function
270
int
pcibios_write_config_dword
(unsigned int bus,
function
288
: "0" (
PCIBIOS_WRITE_CONFIG_DWORD
),
Completed in 59 milliseconds