/titanic_44/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 236 uint8_t header_type); 618 uint8_t header_type, sec_bus; in cardbus_program_ap() local 627 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in cardbus_program_ap() 631 "cardbus_program_ap (header_type=0x%x)\n", header_type); in cardbus_program_ap() 638 switch (header_type & PCI_HEADER_TYPE_M) { in cardbus_program_ap() 643 header_type & PCI_HEADER_TYPE_M, in cardbus_program_ap() 684 uint8_t header_type; in cardbus_topbridge_assign() local 695 header_type = pci_config_get8(handle, in cardbus_topbridge_assign() 699 ASSERT((header_type == PCI_HEADER_PPB) || in cardbus_topbridge_assign() 700 (header_type == PCI_HEADER_CARDBUS)); in cardbus_topbridge_assign() [all …]
|
H A D | cardbus.c | 1102 uint8_t header_type; in cardbus_init_child_regs() local 1126 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); in cardbus_init_child_regs() 1151 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in cardbus_init_child_regs() 1182 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in cardbus_init_child_regs()
|
H A D | cardbus_hp.c | 1647 card_info.header_type = pci_config_get8(handle, in cardbus_ioctl()
|
/titanic_44/usr/src/uts/sun4u/io/pci/ |
H A D | simba.c | 234 uchar_t header_type; member 701 uchar_t header_type; in simba_initchild() local 781 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); in simba_initchild() 800 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in simba_initchild() 834 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in simba_initchild() 936 statep->header_type = pci_config_get8(ch, PCI_CONF_HEADER); in simba_save_config_regs() 937 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in simba_save_config_regs() 944 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in simba_save_config_regs() 1015 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in simba_restore_config_regs() 1037 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in simba_restore_config_regs()
|
H A D | pci_util.c | 406 uint8_t header_type, min_gnt; in init_child() local 539 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); in init_child() 541 ddi_driver_name(child), header_type); in init_child() 570 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in init_child() 603 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in init_child()
|
H A D | pci_pci.c | 216 uchar_t header_type; member 793 uchar_t header_type; in ppb_initchild() local 895 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); in ppb_initchild() 911 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in ppb_initchild() 943 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in ppb_initchild()
|
H A D | db21554.c | 2257 uchar_t header_type, min_gnt, latency_timer; in db_initchild() local 2312 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); in db_initchild() 2332 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in db_initchild() 2369 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in db_initchild() 2498 statep->header_type = in db_save_config_regs() 2500 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in db_save_config_regs() 2507 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in db_save_config_regs() 2555 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in db_restore_config_regs() 2562 if ((statep->header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) in db_restore_config_regs()
|
/titanic_44/usr/src/cmd/auditreduce/ |
H A D | proc.c | 390 char header_type; local 404 (void) adrm_char(&adr, (char *)&header_type, 1); 414 if (header_type == AUT_HEADER32) { 422 } else if (header_type == AUT_HEADER32_EX) { 435 } else if (header_type == AUT_HEADER64) { 451 } else if (header_type == AUT_HEADER64_EX) {
|
/titanic_44/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_util.c | 363 uint8_t header_type; in pcmu_init_child() local 395 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); in pcmu_init_child() 397 ddi_driver_name(child), header_type); in pcmu_init_child() 403 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in pcmu_init_child()
|
/titanic_44/usr/src/uts/sun4u/sys/pci/ |
H A D | db21554_ctrl.h | 64 uchar_t header_type; member
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 1809 uint8_t header_type; in pcicfg_program_ap() local 1819 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in pcicfg_program_ap() 1823 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) { in pcicfg_program_ap() 1876 uint8_t header_type; in pcicfg_bridge_assign() local 1897 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in pcicfg_bridge_assign() 1899 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) { in pcicfg_bridge_assign() 2599 uint8_t header_type; in pcicfg_sum_resources() local 2613 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in pcicfg_sum_resources() 2618 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) { in pcicfg_sum_resources() 2963 uint8_t header_type; in pcicfg_free_resources() local [all …]
|
/titanic_44/usr/src/uts/common/sys/hotplug/ |
H A D | hpctrl.h | 313 uint8_t header_type; /* PCI_CONF_HEADER byte */ member
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sunpci.c | 933 uint8_t header_type; local 936 header_type = pci_config_get8(conf_hdl, PCI_CONF_HEADER); 937 header_type &= PCI_HEADER_TYPE_M; 940 if (header_type != PCI_HEADER_ZERO) {
|
/titanic_44/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 1726 uint8_t header_type; in pcicfg_bridge_assign() local 1751 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in pcicfg_bridge_assign() 1753 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) { in pcicfg_bridge_assign() 2446 uint8_t header_type; in pcicfg_sum_resources() local 2461 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in pcicfg_sum_resources() 2466 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) { in pcicfg_sum_resources() 2796 uint8_t header_type; in pcicfg_free_resources() local 2803 header_type = pci_config_get8(handle, PCI_CONF_HEADER); in pcicfg_free_resources() 2810 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_PPB) { in pcicfg_free_resources() 3678 uint8_t header_type, pcie_dev = 0; in pcicfg_probe_children() local [all …]
|
/titanic_44/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-regs.h | 1194 u8 header_type; // 0x0e member 1257 u8 header_type; // 0x0e member 1317 u8 header_type; // 0x0e
|
/titanic_44/usr/src/uts/common/io/pciex/ |
H A D | pcieb.c | 1864 uchar_t header_type; in pcieb_set_pci_perf_parameters() local 1867 header_type = pci_config_get8(cfg_hdl, PCI_CONF_HEADER); in pcieb_set_pci_perf_parameters() 1869 if ((header_type & PCI_HEADER_TYPE_M) == PCI_HEADER_ONE) { in pcieb_set_pci_perf_parameters()
|
/titanic_44/usr/src/uts/intel/io/pci/ |
H A D | pci_pci.c | 216 uchar_t header_type; member
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 660 qlge->pci_cfg.header_type = (uint8_t) in ql_dump_pci_config() 735 qlge->pci_cfg.header_type); in ql_dump_pci_config()
|
H A D | qlge.c | 6029 (knp++)->value.ui32 = qlge->pci_cfg.header_type; in ql_kstats_get_pci_regs()
|
/titanic_44/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 1672 DBG(1, ("ioctl headertype: %d\n", cardinfo.header_type)); in cfga_list_ext()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge_hw.h | 1022 volatile uint8_t header_type; member
|
/titanic_44/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-mgmtaux.c | 1192 __HAL_AUX_ENTRY("header_type", pci_config.header_type, "0x%02X"); in xge_hal_aux_pci_config_read()
|
/titanic_44/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 1409 card_info.header_type = pci_config_get8(handle, in pcihp_ioctl()
|