Searched refs:t4_os_pci_read_cfg1 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.c | 40 t4_os_pci_read_cfg1(struct adapter *sc, int reg, uint8_t *val) in t4_os_pci_read_cfg1() function
|
H A D | adapter.h | 570 void t4_os_pci_read_cfg1(struct adapter *sc, int reg, uint8_t *val);
|
H A D | t4_nexus.c | 2179 t4_os_pci_read_cfg1(sc, PCI_CONF_CAP_PTR, &cap_ptr); in t4_os_find_pci_capability() 2181 t4_os_pci_read_cfg1(sc, cap_ptr + PCI_CAP_ID, &cap_id); in t4_os_find_pci_capability() 2184 t4_os_pci_read_cfg1(sc, cap_ptr + PCI_CAP_NEXT_PTR, &cap_ptr); in t4_os_find_pci_capability()
|