Searched defs:CONFIG_CMD (Results 1 - 2 of 2) sorted by relevance

/external/grub/netboot/
H A Dpci.c34 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (bus << 16) | (device_fn << 8) | (where & ~3)) macro
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 macro
H A Di82586.c145 #define CONFIG_CMD 0x18 macro
212 CONFIG_CMD, /* Command list pointer, points to Configure. */

Completed in 88 milliseconds