Searched refs:pcix_cap_ptr (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pcix.c | 45 uint16_t pcix_cap_ptr, pcix_cmd; in pcix_set_cmd_reg() local 58 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCIX, &pcix_cap_ptr) == in pcix_set_cmd_reg() 63 pcix_cap_ptr); in pcix_set_cmd_reg() 68 if ((pcix_cmd = PCI_CAP_GET16(handle, NULL, pcix_cap_ptr, 2)) in pcix_set_cmd_reg() 81 PCI_CAP_PUT16(handle, NULL, pcix_cap_ptr, 2, pcix_cmd); in pcix_set_cmd_reg()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | pcifm.c | 110 uint8_t pcix_cap_ptr, int fme_flag) in pcix_ecc_regs_gather() argument 115 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_STATUS : in pcix_ecc_regs_gather() 122 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_FST_AD : in pcix_ecc_regs_gather() 125 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_SEC_AD : in pcix_ecc_regs_gather() 129 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_ATTR : PCI_PCIX_ECC_ATTR))); in pcix_ecc_regs_gather() 171 uint8_t pcix_cap_ptr; in pcix_regs_gather() local 173 pcix_cap_ptr = pcix_regs->pcix_cap_ptr; in pcix_regs_gather() 176 (pcix_cap_ptr + PCI_PCIX_COMMAND)); in pcix_regs_gather() 178 (pcix_cap_ptr + PCI_PCIX_STATUS)); in pcix_regs_gather() 188 pcix_cap_ptr, fme_flag); in pcix_regs_gather() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | pcifm.h | 93 uint8_t pcix_cap_ptr; /* pcix capability pointer */ member
|