Symbol: hiword
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3497
uint32_t hiword;
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3525
hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3532
hiword |= PCI_ADDR_MEM32;
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3538
hiword |= PCI_ADDR_MEM32;
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3546
hiword |= PCI_ADDR_MEM32;
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3549
hiword |= PCI_ADDR_IO;
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3553
addition.pci_phys_hi = hiword;
usr/src/uts/common/io/cardbus/cardbus_cfg.c
3562
" size_low 0x%08x\n", hiword, 0, 0, 0, size);
usr/src/uts/common/os/sunddi.c
7859
*cp++ = hibyte(hiword(hostid));
usr/src/uts/common/os/sunddi.c
7860
*cp++ = lobyte(hiword(hostid));
usr/src/uts/common/os/sunddi.c
7877
*cp++ = hibyte(hiword(val));
usr/src/uts/common/os/sunddi.c
7878
*cp++ = lobyte(hiword(val));
usr/src/uts/common/sys/dklabel.h
269
#define DKD_FORMCHKSUM(c, dkd) (dkd)->dkd_checksum3 = hibyte(hiword((c))); \
usr/src/uts/common/sys/dklabel.h
270
(dkd)->dkd_checksum2 = lobyte(hiword((c))); \
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3048
uint32_t hiword;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3077
hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3083
hiword |= PCI_ADDR_MEM32;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3089
hiword |= PCI_ADDR_MEM32;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3092
hiword |= PCI_ADDR_MEM64;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3095
hiword |= PCI_REG_PF_M;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3097
hiword |= PCI_ADDR_IO;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3101
addition.pci_phys_hi = hiword;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3110
DEBUG3("updating BAR@off %x with %x,%x\n", reg_offset, hiword, size);
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3129
uint32_t hiword;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3156
hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3160
hiword |= PCI_REG_REL_M;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3163
hiword |= PCI_ADDR_MEM32;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3169
hiword |= PCI_ADDR_MEM32;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3172
hiword |= PCI_ADDR_MEM64;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3175
hiword |= PCI_REG_PF_M;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3179
hiword |= PCI_ADDR_IO;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3186
addition.pci_phys_hi = hiword;
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
3192
DEBUG3("updating BAR@off %x with %x,%x\n", reg_offset, hiword, size);
usr/src/uts/sun4/io/pcicfg.c
3177
uint32_t hiword;
usr/src/uts/sun4/io/pcicfg.c
3206
hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/sun4/io/pcicfg.c
3212
hiword |= PCI_ADDR_MEM32;
usr/src/uts/sun4/io/pcicfg.c
3218
hiword |= PCI_ADDR_MEM32;
usr/src/uts/sun4/io/pcicfg.c
3221
hiword |= PCI_ADDR_MEM64;
usr/src/uts/sun4/io/pcicfg.c
3224
hiword |= PCI_ADDR_IO;
usr/src/uts/sun4/io/pcicfg.c
3228
addition.pci_phys_hi = hiword;
usr/src/uts/sun4/io/pcicfg.c
3303
uint32_t hiword;
usr/src/uts/sun4/io/pcicfg.c
3330
hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi),
usr/src/uts/sun4/io/pcicfg.c
3334
hiword |= PCI_REG_REL_M;
usr/src/uts/sun4/io/pcicfg.c
3337
hiword |= PCI_ADDR_MEM32;
usr/src/uts/sun4/io/pcicfg.c
3343
hiword |= PCI_ADDR_MEM32;
usr/src/uts/sun4/io/pcicfg.c
3346
hiword |= PCI_ADDR_MEM64;
usr/src/uts/sun4/io/pcicfg.c
3350
hiword |= PCI_REG_PF_M;
usr/src/uts/sun4/io/pcicfg.c
3354
hiword |= PCI_ADDR_IO;
usr/src/uts/sun4/io/pcicfg.c
3361
addition.pci_phys_hi = hiword;
usr/src/uts/sun4/io/pcicfg.c
3367
DEBUG3("updating BAR@off %x with %x,%x\n", reg_offset, hiword, size);
usr/src/uts/sun4/io/pcicfg.c
6013
uint32_t request, hiword, size;
usr/src/uts/sun4/io/pcicfg.c
6039
hiword = PCICFG_MAKE_REG_HIGH(bus, device, func, i);
usr/src/uts/sun4/io/pcicfg.c
6048
hiword |= PCI_ADDR_MEM32;
usr/src/uts/sun4/io/pcicfg.c
6051
hiword |= PCI_ADDR_MEM64;
usr/src/uts/sun4/io/pcicfg.c
6054
hiword |= PCI_REG_PF_M;
usr/src/uts/sun4/io/pcicfg.c
6056
hiword |= PCI_ADDR_IO;
usr/src/uts/sun4/io/pcicfg.c
6058
phys_spec.pci_phys_hi = hiword;