Lines Matching refs:hiword

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()
3337 hiword |= PCI_ADDR_MEM32; in pcicfg_update_assigned_prop_value()
3343 hiword |= PCI_ADDR_MEM32; in pcicfg_update_assigned_prop_value()
3346 hiword |= PCI_ADDR_MEM64; in pcicfg_update_assigned_prop_value()
3350 hiword |= PCI_REG_PF_M; in pcicfg_update_assigned_prop_value()
3354 hiword |= PCI_ADDR_IO; in pcicfg_update_assigned_prop_value()
3361 addition.pci_phys_hi = hiword; in pcicfg_update_assigned_prop_value()
3367 DEBUG3("updating BAR@off %x with %x,%x\n", reg_offset, hiword, size); in pcicfg_update_assigned_prop_value()
6013 uint32_t request, hiword, size; in pcicfg_fcode_assign_bars() local
6039 hiword = PCICFG_MAKE_REG_HIGH(bus, device, func, i); in pcicfg_fcode_assign_bars()
6048 hiword |= PCI_ADDR_MEM32; in pcicfg_fcode_assign_bars()
6051 hiword |= PCI_ADDR_MEM64; in pcicfg_fcode_assign_bars()
6054 hiword |= PCI_REG_PF_M; in pcicfg_fcode_assign_bars()
6056 hiword |= PCI_ADDR_IO; in pcicfg_fcode_assign_bars()
6058 phys_spec.pci_phys_hi = hiword; in pcicfg_fcode_assign_bars()