Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_lmc.c846 sc->status.card_type = READ_PCI_CFG(sc, TLP_CSID); in hssi_attach()
4764 ioctl->data = READ_PCI_CFG(sc, ioctl->address); in lmc_ioctl()
5055 if ((READ_PCI_CFG(sc, TLP_CFRV) & 0xFF) <= 0x22) in check_intr_status()
5121 u_int32_t cfrv = READ_PCI_CFG(sc, TLP_CFRV); in lmc_attach()
5218 cfcs = READ_PCI_CFG(sc, TLP_CFCS); in tulip_attach()
5229 cfit = READ_PCI_CFG(sc, TLP_CFIT); in tulip_attach()
5230 cflt = READ_PCI_CFG(sc, TLP_CFLT); in tulip_attach()
5253 cfdd = READ_PCI_CFG(sc, TLP_CFDD); in tulip_attach()
5279 csid = READ_PCI_CFG(sc, TLP_CSID); in tulip_attach()
5402 switch (READ_PCI_CFG(sc, TLP_CSID)) in nbsd_attach()
[all …]
H A Dif_lmc.h966 # define READ_PCI_CFG(sc, addr) pci_conf_read ((sc)->pa_pc, (sc)->pa_tag, addr) macro