Home
last modified time | relevance | path

Searched refs:PCI_BASE_M_ADDR_M (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3082 size = (~(PCI_BASE_M_ADDR_M & regvalue))+1; in pcicfg_update_reg_prop()
3174 base = PCI_BASE_M_ADDR_M & base; in pcicfg_update_assigned_prop_value()
3622 i, request, (~(PCI_BASE_M_ADDR_M & request))+1); in pcicfg_populate_reg_props()
3627 i, request, (~(PCI_BASE_M_ADDR_M & request))+1); in pcicfg_populate_reg_props()
3704 size = (~(PCI_BASE_M_ADDR_M & request))+1; in pcicfg_populate_props_from_bar()
3722 (~(PCI_BASE_M_ADDR_M & request)) + 1); in pcicfg_populate_props_from_bar()
3727 (~(PCI_BASE_M_ADDR_M & request)) + 1); in pcicfg_populate_props_from_bar()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3214 size = (~(PCI_BASE_M_ADDR_M & regvalue))+1; in pcicfg_update_reg_prop()
3352 base = PCI_BASE_M_ADDR_M & base; in pcicfg_update_assigned_prop_value()
4239 (~(PCI_BASE_M_ADDR_M & request))+1) in pcicfg_populate_reg_props()
4245 (~(PCI_BASE_M_ADDR_M & request))+1) in pcicfg_populate_reg_props()
4826 size = (~(PCI_BASE_M_ADDR_M & request))+1; in pcicfg_populate_props_from_bar()
4845 (~(PCI_BASE_M_ADDR_M & request))+1) in pcicfg_populate_props_from_bar()
4851 (~(PCI_BASE_M_ADDR_M & request))+1) in pcicfg_populate_props_from_bar()
6040 size = (~(PCI_BASE_M_ADDR_M & request)) + 1; in pcicfg_fcode_assign_bars()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2671 value &= PCI_BASE_M_ADDR_M; in add_bar_reg_props()
2713 type = base & ~PCI_BASE_M_ADDR_M; in add_bar_reg_props()
2714 base &= PCI_BASE_M_ADDR_M; in add_bar_reg_props()
2805 nbase &= PCI_BASE_M_ADDR_M; in add_bar_reg_props()
3537 lobase &= PCI_BASE_M_ADDR_M; in create_ioapic_node()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c565 size_mask = PCI_BASE_M_ADDR_M; in pciconfig_bar()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h588 #define PCI_BASE_M_ADDR_M 0xfffffff0 /* memory address mask */ macro
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c2740 (~(PCI_BASE_M_ADDR_M & request))+1); in cardbus_probe_children()
2992 (~(PCI_BASE_M_ADDR_M & request))+1); in cardbus_probe_children()
2999 (~(PCI_BASE_M_ADDR_M & request))+1); in cardbus_probe_children()
3534 size = (~(PCI_BASE_M_ADDR_M & regvalue))+1;
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c711 addr = barp[i] & PCI_BASE_M_ADDR_M; in pcieadm_cfgspace_print_bars()