Home
last modified time | relevance | path

Searched refs:nlm_read_pci_reg (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/nlm/
H A Dxlp_pci.c235 data = nlm_read_pci_reg(cfgaddr, regindex); in xlp_pcib_read_config()
259 data = nlm_read_pci_reg(cfgaddr, regindex); in xlp_pcib_write_config()
263 data = nlm_read_pci_reg(cfgaddr, regindex); in xlp_pcib_write_config()
470 val = nlm_read_pci_reg(base, PCIE_INT_EN0); in mips_platform_pcib_setup_intr()
476 val = nlm_read_pci_reg(base, PCIE_BRIDGE_CMD); in mips_platform_pcib_setup_intr()
485 val = nlm_read_pci_reg(base, PCIE_BRIDGE_MSI_CAP); in mips_platform_pcib_setup_intr()
/f-stack/freebsd/mips/nlm/hal/
H A Diomap.h152 #define nlm_read_pci_reg(b, r) nlm_read_reg(b, r) macro
/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c181 bar0 = nlm_read_pci_reg(nae_pcibase, XLP_PCI_CFGREG4); in nlm_reset_nae()