Searched refs:ql_pci_config_put8 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_init.c | 330 ql_pci_config_put8(ha, 0x66, 0xc2); in ql_pci_sbus_config() 342 ql_pci_config_put8(ha, PCI_CONF_CACHE_LINESZ, 0x10); in ql_pci_sbus_config() 345 ql_pci_config_put8(ha, PCI_CONF_LATENCY_TIMER, 0x40); in ql_pci_sbus_config() 2675 ql_pci_config_put8(ha->pha, PCI_CONF_CACHE_LINESZ, 1); in ql_set_cache_line()
|
H A D | ql_api.c | 16400 ql_pci_config_put8(ha, PCI_CONF_CACHE_LINESZ, in ql_restore_config_regs() 16403 ql_pci_config_put8(ha, PCI_CONF_LATENCY_TIMER, in ql_restore_config_regs() 16407 ql_pci_config_put8(ha, PCI_BCNF_LATENCY_TIMER, in ql_restore_config_regs() 16465 ql_pci_config_put8(ql_adapter_state_t *ha, off_t off, uint8_t val) in ql_pci_config_put8() function
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 2481 void ql_pci_config_put8(ql_adapter_state_t *, off_t, uint8_t);
|