Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dsunpci.c806 pci_config_header_state_t *chs_p; local
856 chs_p = (pci_config_header_state_t *)regbuf;
858 chs_p->chs_command);
859 if ((chs_p->chs_header_type & PCI_HEADER_TYPE_M) ==
862 chs_p->chs_bridge_control);
865 chs_p->chs_cache_line_size);
867 chs_p->chs_latency_timer);
868 if ((chs_p->chs_header_type & PCI_HEADER_TYPE_M) ==
871 chs_p->chs_sec_latency_timer);
873 pci_config_put32(confhdl, PCI_CONF_BASE0, chs_p->chs_base0);
[all …]
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c15249 ql_config_space_t *chs_p; in ql_restore_config_regs() local
15264 (uchar_t **)&chs_p, &elements) != DDI_PROP_SUCCESS) { in ql_restore_config_regs()
15269 ql_pci_config_put16(ha, PCI_CONF_COMM, chs_p->chs_command); in ql_restore_config_regs()
15271 if ((chs_p->chs_header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in ql_restore_config_regs()
15273 chs_p->chs_bridge_control); in ql_restore_config_regs()
15277 chs_p->chs_cache_line_size); in ql_restore_config_regs()
15280 chs_p->chs_latency_timer); in ql_restore_config_regs()
15282 if ((chs_p->chs_header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in ql_restore_config_regs()
15284 chs_p->chs_sec_latency_timer); in ql_restore_config_regs()
15287 ql_pci_config_put32(ha, PCI_CONF_BASE0, chs_p->chs_base0); in ql_restore_config_regs()
[all …]