Searched refs:hiword (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | dklabel.h | 269 #define DKD_FORMCHKSUM(c, dkd) (dkd)->dkd_checksum3 = hibyte(hiword((c))); \ 270 (dkd)->dkd_checksum2 = lobyte(hiword((c))); \
|
H A D | param.h | 174 #define hiword(X) (((ushort_t *)&(X))[1]) macro 180 #define hiword(X) (((ushort_t *)&(X))[0]) macro
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 3045 uint32_t hiword; in pcicfg_update_reg_prop() local 3074 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi), in pcicfg_update_reg_prop() 3080 hiword |= PCI_ADDR_MEM32; in pcicfg_update_reg_prop() 3086 hiword |= PCI_ADDR_MEM32; in pcicfg_update_reg_prop() 3089 hiword |= PCI_ADDR_MEM64; in pcicfg_update_reg_prop() 3092 hiword |= PCI_REG_PF_M; in pcicfg_update_reg_prop() 3094 hiword |= PCI_ADDR_IO; in pcicfg_update_reg_prop() 3098 addition.pci_phys_hi = hiword; in pcicfg_update_reg_prop() 3107 DEBUG3("updating BAR@off %x with %x,%x\n", reg_offset, hiword, size); in pcicfg_update_reg_prop() 3126 uint32_t hiword; in pcicfg_update_assigned_prop_value() local [all …]
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 3177 uint32_t hiword; in pcicfg_update_reg_prop() local 3206 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi), in pcicfg_update_reg_prop() 3212 hiword |= PCI_ADDR_MEM32; in pcicfg_update_reg_prop() 3218 hiword |= PCI_ADDR_MEM32; in pcicfg_update_reg_prop() 3221 hiword |= PCI_ADDR_MEM64; in pcicfg_update_reg_prop() 3224 hiword |= PCI_ADDR_IO; in pcicfg_update_reg_prop() 3228 addition.pci_phys_hi = hiword; in pcicfg_update_reg_prop() 3303 uint32_t hiword; in pcicfg_update_assigned_prop_value() local 3330 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi), in pcicfg_update_assigned_prop_value() 3334 hiword |= PCI_REG_REL_M; in pcicfg_update_assigned_prop_value() [all …]
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | param.h | 139 #define hiword(X) (((ushort_t *)&(X))[0]) macro
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 3497 uint32_t hiword; local 3525 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi), 3532 hiword |= PCI_ADDR_MEM32; 3538 hiword |= PCI_ADDR_MEM32; 3546 hiword |= PCI_ADDR_MEM32; 3549 hiword |= PCI_ADDR_IO; 3553 addition.pci_phys_hi = hiword; 3562 " size_low 0x%08x\n", hiword, 0, 0, 0, size);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunddi.c | 7859 *cp++ = hibyte(hiword(hostid)); in ddi_devid_init() 7860 *cp++ = lobyte(hiword(hostid)); in ddi_devid_init() 7877 *cp++ = hibyte(hiword(val)); in ddi_devid_init() 7878 *cp++ = lobyte(hiword(val)); in ddi_devid_init()
|