Searched refs:READ_PCI_CFG (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/lmc/ |
| HD | if_lmc.h | 1215 # define READ_PCI_CFG(sc, addr) pci_read_config ((sc)->dev, addr, 4) macro 1271 # define READ_PCI_CFG(sc, addr) pci_conf_read ((sc)->pa_pc, (sc)->pa_tag, addr) macro 1300 # define READ_PCI_CFG(sc, addr) pci_conf_read ((sc)->pa_pc, (sc)->pa_tag, addr) macro 1329 # define READ_PCI_CFG(sc, addr) pci_inl(&(sc)->cfgbase, addr) macro 1377 READ_PCI_CFG(softc_t *sc, u_int32_t addr) in READ_PCI_CFG() function
|
| HD | if_lmc.c | 953 sc->status.card_type = READ_PCI_CFG(sc, TLP_CSID); in hssi_config() 3840 cfcs = READ_PCI_CFG(sc, TLP_CFCS); /* try to clear it */ in check_intr_status() 3875 if ((READ_PCI_CFG(sc, TLP_CFRV) & 0xFF) <= 0x22) in check_intr_status() 4325 ioctl->data = READ_PCI_CFG(sc, ioctl->address); in core_ioctl() 5348 tlp_cfcs = READ_PCI_CFG(sc, TLP_CFCS); 5359 tlp_cfit = READ_PCI_CFG(sc, TLP_CFIT); 5360 tlp_cflt = READ_PCI_CFG(sc, TLP_CFLT); 5383 tlp_cfdd = READ_PCI_CFG(sc, TLP_CFDD); 5420 tlp_csid = READ_PCI_CFG(sc, TLP_CSID); 5518 tlp_cfrv = READ_PCI_CFG(sc, TLP_CFRV); [all …]
|