OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_CMD
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
pci.c
34
#define
CONFIG_CMD
(bus, device_fn, where) (0x80000000 | (bus << 16) | (device_fn << 8) | (where & ~3))
39
outl(
CONFIG_CMD
(bus,device_fn,where), 0xCF8);
47
outl(
CONFIG_CMD
(bus,device_fn,where), 0xCF8);
55
outl(
CONFIG_CMD
(bus,device_fn,where), 0xCF8);
63
outl(
CONFIG_CMD
(bus,device_fn,where), 0xCF8);
71
outl(
CONFIG_CMD
(bus,device_fn,where), 0xCF8);
78
outl(
CONFIG_CMD
(bus,device_fn,where), 0xCF8);
83
#undef
CONFIG_CMD
i82586.c
145
#define
CONFIG_CMD
0x18
212
CONFIG_CMD
, /* Command list pointer, points to Configure. */
Completed in 27 milliseconds