Searched refs:pcix_cap_ptr (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/sun4u/io/pci/ |
| H A D | pcix.c | 43 uint16_t pcix_cap_ptr, pcix_cmd; in pcix_set_cmd_reg() local 56 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCIX, &pcix_cap_ptr) == in pcix_set_cmd_reg() 61 pcix_cap_ptr); in pcix_set_cmd_reg() 66 if ((pcix_cmd = PCI_CAP_GET16(handle, 0, pcix_cap_ptr, 2)) in pcix_set_cmd_reg() 79 PCI_CAP_PUT16(handle, 0, pcix_cap_ptr, 2, pcix_cmd); in pcix_set_cmd_reg()
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | pcifm.c | 114 uint8_t pcix_cap_ptr, int fme_flag) in pcix_ecc_regs_gather() argument 119 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_STATUS : in pcix_ecc_regs_gather() 126 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_FST_AD : in pcix_ecc_regs_gather() 129 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_SEC_AD : in pcix_ecc_regs_gather() 133 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_ATTR : PCI_PCIX_ECC_ATTR))); in pcix_ecc_regs_gather() 175 uint8_t pcix_cap_ptr; in pcix_regs_gather() local 177 pcix_cap_ptr = pcix_regs->pcix_cap_ptr; in pcix_regs_gather() 180 (pcix_cap_ptr + PCI_PCIX_COMMAND)); in pcix_regs_gather() 182 (pcix_cap_ptr + PCI_PCIX_STATUS)); in pcix_regs_gather() 192 pcix_cap_ptr, fme_flag); in pcix_regs_gather() [all …]
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | pcifm.h | 93 uint8_t pcix_cap_ptr; /* pcix capability pointer */ member
|