Home
last modified time | relevance | path

Searched refs:ql_pci_config_put32 (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2224 void ql_pci_config_put32(ql_adapter_state_t *, off_t, uint32_t);
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c15287 ql_pci_config_put32(ha, PCI_CONF_BASE0, chs_p->chs_base0); in ql_restore_config_regs()
15288 ql_pci_config_put32(ha, PCI_CONF_BASE1, chs_p->chs_base1); in ql_restore_config_regs()
15289 ql_pci_config_put32(ha, PCI_CONF_BASE2, chs_p->chs_base2); in ql_restore_config_regs()
15290 ql_pci_config_put32(ha, PCI_CONF_BASE3, chs_p->chs_base3); in ql_restore_config_regs()
15291 ql_pci_config_put32(ha, PCI_CONF_BASE4, chs_p->chs_base4); in ql_restore_config_regs()
15292 ql_pci_config_put32(ha, PCI_CONF_BASE5, chs_p->chs_base5); in ql_restore_config_regs()
15383 ql_pci_config_put32(ql_adapter_state_t *ha, off_t off, uint32_t val) in ql_pci_config_put32() function