Searched refs:CFG_GET (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_hp.c | 1691 #define CFG_GET(f) ((int(*)())(uintptr_t)f) macro 1694 { "VendorId =", 0, CFG_GET(pci_config_get16), "%s 0x%04x" }, 1695 { "DeviceId =", 2, CFG_GET(pci_config_get16), "%s 0x%04x" }, 1696 { "Command =", 4, CFG_GET(pci_config_get16), "%s 0x%04x" }, 1697 { "Status =", 6, CFG_GET(pci_config_get16), "%s 0x%04x" }, 1698 { "Latency =", 0xd, CFG_GET(pci_config_get8), "%s 0x%02x" }, 1699 { "BASE0 =", 0x10, CFG_GET(pci_config_get32), "%s 0x%08x" }, 1700 { "BASE1 =", 0x14, CFG_GET(pci_config_get32), "%s 0x%08x" }, 1701 { "BASE2 =", 0x18, CFG_GET(pci_config_get32), "%s 0x%08x" }, 1702 { "BASE3 =", 0x1c, CFG_GET(pci_config_get32), "%s 0x%08x" }, [all …]
|