Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c5796 int code_type; in pcicfg_load_fcode() local
5924 code_type = ddi_get8(h, addr + pci_data + PCI_PDS_CODE_TYPE); in pcicfg_load_fcode()
5926 switch (code_type) { in pcicfg_load_fcode()
5934 DEBUG1("ROM is of Unknown Type 0x%x\n", code_type); in pcicfg_load_fcode()
5940 (code_type != PCI_PDS_CODE_TYPE_OPEN_FW)) { in pcicfg_load_fcode()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c11457 u8 code_type; /* Code Type. */ member
11509 if (pcir_header->code_type == 0x00) { in modify_device_id()
11536 } else if (pcir_header->code_type == 0x03) { in modify_device_id()