Searched defs:PCICFG_MAKE_REG_HIGH (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c123 #define PCICFG_MAKE_REG_HIGH(busnum, devnum, funcnum, register)\ macro
3071 reg[0] = PCICFG_MAKE_REG_HIGH(bus, device, func, 0);
3392 PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
3536 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c167 #define PCICFG_MAKE_REG_HIGH(busnum, devnum, funcnum, register)\ macro
3037 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
3116 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
5080 reg[0] = PCICFG_MAKE_REG_HIGH(bus, device, func, 0);
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c207 #define PCICFG_MAKE_REG_HIGH(busnum, devnum, funcnum, register)\ macro
3212 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
3336 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
4356 p.pci_phys_hi = PCICFG_MAKE_REG_HIGH(bus, device, func, 0);
4561 PCICFG_MAKE_REG_HIGH(bus, device, func, 0);
5748 reg[0] = PCICFG_MAKE_REG_HIGH(bus, device, func, 0);
5817 p.pci_phys_hi = PCI_ADDR_MEM32 | PCICFG_MAKE_REG_HIGH(bus, device,
6036 hiword = PCICFG_MAKE_REG_HIGH(bus, device, func, i);
6125 phys_spec.pci_phys_hi = PCICFG_MAKE_REG_HIGH(bus, device, func, \

Completed in 72 milliseconds