Searched refs:nhm_get_hdl (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/intel_nhm/ |
H A D | nhm_pci_cfg.c | 91 nhm_get_hdl(int bus, int dev, int func) in nhm_get_hdl() function 112 hdl = nhm_get_hdl(bus, dev, func); in nhm_pci_getb() 121 hdl = nhm_get_hdl(bus, dev, func); in nhm_pci_getw() 130 hdl = nhm_get_hdl(bus, dev, func); in nhm_pci_getl() 139 hdl = nhm_get_hdl(bus, dev, func); in nhm_pci_putb() 148 hdl = nhm_get_hdl(bus, dev, func); in nhm_pci_putw() 157 hdl = nhm_get_hdl(bus, dev, func); in nhm_pci_putl()
|