Searched refs:hiword (Results 1 – 7 of 7) sorted by relevance
/titanic_44/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 | 162 #define hiword(X) (((ushort_t *)&(X))[1]) macro 168 #define hiword(X) (((ushort_t *)&(X))[0]) macro
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 3183 uint32_t hiword; in pcicfg_update_reg_prop() local 3212 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi), in pcicfg_update_reg_prop() 3218 hiword |= PCI_ADDR_MEM32; in pcicfg_update_reg_prop() 3224 hiword |= PCI_ADDR_MEM32; in pcicfg_update_reg_prop() 3227 hiword |= PCI_ADDR_MEM64; in pcicfg_update_reg_prop() 3230 hiword |= PCI_ADDR_IO; in pcicfg_update_reg_prop() 3234 addition.pci_phys_hi = hiword; in pcicfg_update_reg_prop() 3309 uint32_t hiword; in pcicfg_update_assigned_prop_value() local 3336 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi), in pcicfg_update_assigned_prop_value() 3340 hiword |= PCI_REG_REL_M; in pcicfg_update_assigned_prop_value() [all …]
|
/titanic_44/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 3008 uint32_t hiword; in pcicfg_update_reg_prop() local 3037 hiword = PCICFG_MAKE_REG_HIGH(PCI_REG_BUS_G(reg->pci_phys_hi), in pcicfg_update_reg_prop() 3043 hiword |= PCI_ADDR_MEM32; in pcicfg_update_reg_prop() 3049 hiword |= PCI_ADDR_MEM32; in pcicfg_update_reg_prop() 3052 hiword |= PCI_ADDR_MEM64; in pcicfg_update_reg_prop() 3055 hiword |= PCI_REG_PF_M; in pcicfg_update_reg_prop() 3057 hiword |= PCI_ADDR_IO; in pcicfg_update_reg_prop() 3061 addition.pci_phys_hi = hiword; in pcicfg_update_reg_prop() 3070 DEBUG3("updating BAR@off %x with %x,%x\n", reg_offset, hiword, size); in pcicfg_update_reg_prop() 3089 uint32_t hiword; in pcicfg_update_assigned_prop_value() local [all …]
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | param.h | 139 #define hiword(X) (((ushort_t *)&(X))[0]) macro
|
/titanic_44/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 3508 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);
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sunddi.c | 7838 *cp++ = hibyte(hiword(hostid)); in ddi_devid_init() 7839 *cp++ = lobyte(hiword(hostid)); in ddi_devid_init() 7856 *cp++ = hibyte(hiword(val)); in ddi_devid_init() 7857 *cp++ = lobyte(hiword(val)); in ddi_devid_init()
|