Searched refs:asc_cfg_handle (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_main.c | 1905 command = pci_config_get16(asc->asc_cfg_handle, PCI_CONF_COMM); in ath_pci_setup() 1907 pci_config_put16(asc->asc_cfg_handle, PCI_CONF_COMM, command); in ath_pci_setup() 1908 command = pci_config_get16(asc->asc_cfg_handle, PCI_CONF_COMM); in ath_pci_setup() 2003 err = pci_config_setup(devinfo, &asc->asc_cfg_handle); in ath_attach() 2017 csz = pci_config_get8(asc->asc_cfg_handle, PCI_CONF_CACHE_LINESZ); in ath_attach() 2025 pci_config_put8(asc->asc_cfg_handle, PCI_CONF_CACHE_LINESZ, in ath_attach() 2029 vendor_id = pci_config_get16(asc->asc_cfg_handle, PCI_CONF_VENID); in ath_attach() 2030 device_id = pci_config_get16(asc->asc_cfg_handle, PCI_CONF_DEVID); in ath_attach() 2038 pci_config_put8(asc->asc_cfg_handle, PCI_CONF_LATENCY_TIMER, 0xa8); in ath_attach() 2039 val = pci_config_get32(asc->asc_cfg_handle, 0x40); in ath_attach() [all …]
|
H A D | ath_impl.h | 275 ddi_acc_handle_t asc_cfg_handle; /* DDI I/O handle */ member
|