Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dsunpci.c372 pci_config_header_state_t *chsp; local
500 chsp = (pci_config_header_state_t *)regbuf;
502 chsp->chs_command = pci_config_get16(confhdl, PCI_CONF_COMM);
503 chsp->chs_header_type = pci_config_get8(confhdl,
505 if ((chsp->chs_header_type & PCI_HEADER_TYPE_M) ==
507 chsp->chs_bridge_control =
509 chsp->chs_cache_line_size = pci_config_get8(confhdl,
511 chsp->chs_latency_timer = pci_config_get8(confhdl,
513 if ((chsp->chs_header_type & PCI_HEADER_TYPE_M) ==
515 chsp->chs_sec_latency_timer =
[all …]