Searched defs:hiword (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h139 #define hiword(X) (((ushort_t *)&(X))[0]) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h162 #define hiword(X) (((ushort_t *)&(X))[1]) macro
168 #define hiword(X) (((ushort_t *)&(X))[0]) macro
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c3508 uint32_t hiword; local
3536 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
3543 hiword |= PCI_ADDR_MEM32;
3549 hiword |= PCI_ADDR_MEM32;
3557 hiword |= PCI_ADDR_MEM32;
3560 hiword |= PCI_ADDR_IO;
3564 addition.pci_phys_hi = hiword;
3573 " size_low 0x%08x\n", hiword, 0, 0, 0, size);
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3008 uint32_t hiword; local
3037 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
3043 hiword |= PCI_ADDR_MEM32;
3049 hiword |= PCI_ADDR_MEM32;
3052 hiword |= PCI_ADDR_MEM64;
3055 hiword |= PCI_REG_PF_M;
3057 hiword |= PCI_ADDR_IO;
3061 addition.pci_phys_hi = hiword;
3070 DEBUG3("updating BAR@off %x with %x,%x\n", reg_offset, hiword, size);
3089 uint32_t hiword; local
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3183 uint32_t hiword; local
3212 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
3218 hiword |= PCI_ADDR_MEM32;
3224 hiword |= PCI_ADDR_MEM32;
3227 hiword |= PCI_ADDR_MEM64;
3230 hiword |= PCI_ADDR_IO;
3234 addition.pci_phys_hi = hiword;
3309 uint32_t hiword; local
3336 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
3340 hiword |
6010 uint32_t request, hiword, size; local
[all...]

Completed in 89 milliseconds