Home
last modified time | relevance | path

Searched defs:pci (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_pem_fdt.c107 thunder_pem_fdt_alloc_msi(device_t pci, device_t child, int count, int maxcount, in thunder_pem_fdt_alloc_msi()
122 thunder_pem_fdt_release_msi(device_t pci, device_t child, int count, int *irqs) in thunder_pem_fdt_release_msi()
135 thunder_pem_fdt_alloc_msix(device_t pci, device_t child, int *irq) in thunder_pem_fdt_alloc_msix()
148 thunder_pem_fdt_release_msix(device_t pci, device_t child, int irq) in thunder_pem_fdt_release_msix()
161 thunder_pem_fdt_map_msi(device_t pci, device_t child, int irq, uint64_t *addr, in thunder_pem_fdt_map_msi()
H A Dthunder_pcie_pem.c371 thunder_pem_alloc_msi(device_t pci, device_t child, int count, int maxcount, in thunder_pem_alloc_msi()
382 thunder_pem_release_msi(device_t pci, device_t child, int count, int *irqs) in thunder_pem_release_msi()
391 thunder_pem_alloc_msix(device_t pci, device_t child, int *irq) in thunder_pem_alloc_msix()
400 thunder_pem_release_msix(device_t pci, device_t child, int irq) in thunder_pem_release_msix()
409 thunder_pem_map_msi(device_t pci, device_t child, int irq, uint64_t *addr, in thunder_pem_map_msi()
419 thunder_pem_get_id(device_t pci, device_t child, enum pci_id_type type, in thunder_pem_get_id()
H A Dthunder_pcie_fdt.c209 thunder_pcie_fdt_get_id(device_t pci, device_t child, enum pci_id_type type, in thunder_pcie_fdt_get_id()
/freebsd/sys/dev/pci/
H A Dpci_host_generic_acpi.c372 generic_pcie_get_xref(device_t pci, device_t child) in generic_pcie_get_xref()
390 generic_pcie_map_id(device_t pci, device_t child, uintptr_t *id) in generic_pcie_map_id()
410 generic_pcie_get_iommu(device_t pci, device_t child, uintptr_t *id) in generic_pcie_get_iommu()
435 generic_pcie_acpi_alloc_msi(device_t pci, device_t child, int count, in generic_pcie_acpi_alloc_msi()
448 generic_pcie_acpi_release_msi(device_t pci, device_t child, int count, in generic_pcie_acpi_release_msi()
461 generic_pcie_acpi_map_msi(device_t pci, device_t child, int irq, uint64_t *addr, in generic_pcie_acpi_map_msi()
474 generic_pcie_acpi_alloc_msix(device_t pci, device_t child, int *irq) in generic_pcie_acpi_alloc_msix()
486 generic_pcie_acpi_release_msix(device_t pci, device_t child, int irq) in generic_pcie_acpi_release_msix()
498 generic_pcie_acpi_get_id(device_t pci, device_t child, enum pci_id_type type, in generic_pcie_acpi_get_id()
H A Dpci_host_generic_fdt.c278 generic_pcie_fdt_alloc_msi(device_t pci, device_t child, int count, in generic_pcie_fdt_alloc_msi()
297 generic_pcie_fdt_release_msi(device_t pci, device_t child, int count, int *irqs) in generic_pcie_fdt_release_msi()
314 generic_pcie_fdt_map_msi(device_t pci, device_t child, int irq, uint64_t *addr, in generic_pcie_fdt_map_msi()
332 generic_pcie_fdt_alloc_msix(device_t pci, device_t child, int *irq) in generic_pcie_fdt_alloc_msix()
349 generic_pcie_fdt_release_msix(device_t pci, device_t child, int irq) in generic_pcie_fdt_release_msix()
366 generic_pcie_get_iommu(device_t pci, device_t child, uintptr_t *id) in generic_pcie_get_iommu()
390 generic_pcie_get_id(device_t pci, device_t child, enum pci_id_type type, in generic_pcie_get_id()
H A Dpci_dw.c596 pci_dw_alloc_msi(device_t pci, device_t child, int count, in pci_dw_alloc_msi() argument
612 pci_dw_release_msi(device_t pci, device_ argument
625 pci_dw_map_msi(device_t pci,device_t child,int irq,uint64_t * addr,uint32_t * data) pci_dw_map_msi() argument
640 pci_dw_alloc_msix(device_t pci,device_t child,int * irq) pci_dw_alloc_msix() argument
653 pci_dw_release_msix(device_t pci,device_t child,int irq) pci_dw_release_msix() argument
666 pci_dw_get_id(device_t pci,device_t child,enum pci_id_type type,uintptr_t * id) pci_dw_get_id() argument
[all...]
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_pci.c67 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, in i2r_pci()
242 PROXY_CERT_INFO_EXTENSION *pci = NULL; in r2i_pci() local
/freebsd/sys/dev/ofw/
H A Dofw_subr.c52 int pci, res; in get_addr_props() local
89 int pci, pcib, res; in ofw_reg_to_paddr() local
H A Dofwpci.h43 uint64_t pci; member
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dmpc5121ads.dts156 pci: pci@80008500 { label
H A Dmpc5121.dtsi508 pci: pci@80008500 { label
H A Dmpc5200b.dtsi267 pci: pci@f0000d00 { label
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_pci.c745 ahc_find_pci_device(aic_dev_softc_t pci) ahc_find_pci_device() argument
2152 aic_dev_softc_t pci; ahc_aic785X_setup() local
2170 aic_dev_softc_t pci; ahc_aic7860_setup() local
2245 aic_dev_softc_t pci; ahc_aic7880_setup() local
2296 aic_dev_softc_t pci; ahc_aic7890_setup() local
2327 aic_dev_softc_t pci; ahc_aic7895_setup() local
2383 aic_dev_softc_t pci; ahc_aic7896_setup() local
2398 aic_dev_softc_t pci; ahc_aic7899_setup() local
2432 aic_dev_softc_t pci; ahc_aha394XX_setup() local
2454 aic_dev_softc_t pci; ahc_aha398XX_setup() local
2481 aic_dev_softc_t pci; ahc_aha494XX_setup() local
[all...]
H A Daic_osm_lib.h357 aic_pci_read_config(aic_dev_softc_t pci, int reg, int width) in aic_pci_read_config()
363 aic_pci_write_config(aic_dev_softc_t pci, int reg, uint32_t value, int width) in aic_pci_write_config()
369 aic_get_pci_function(aic_dev_softc_t pci) in aic_get_pci_function()
375 aic_get_pci_slot(aic_dev_softc_t pci) in aic_get_pci_slot()
381 aic_get_pci_bus(aic_dev_softc_t pci) in aic_get_pci_bus()
H A Daic79xx_pci.c287 ahd_find_pci_device(aic_dev_softc_t pci) ahd_find_pci_device() argument
982 aic_dev_softc_t pci; ahd_aic790X_setup() local
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Dfvp-base-revc.dts230 pci: pci@40000000 { label
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Dintegratorap.dts153 pci: pci@62000000 { label
/freebsd/sys/dev/xilinx/
H A Dxlnx_pcib.c400 xlnx_pcib_fdt_get_id(device_t pci, device_t child, enum pci_id_type type, in xlnx_pcib_fdt_get_id()
546 xlnx_pcib_alloc_msi(device_t pci, device_t child, int count, int maxcount, in xlnx_pcib_alloc_msi()
559 xlnx_pcib_release_msi(device_t pci, device_t child, int count, int *irqs) in xlnx_pcib_release_msi()
570 xlnx_pcib_map_msi(device_t pci, device_t child, int irq, uint64_t *addr, in xlnx_pcib_map_msi()
/freebsd/sys/arm64/rockchip/
H A Drk_pcie.c528 rk_pcie_alloc_msi(device_t pci, device_t child, int count, in rk_pcie_alloc_msi()
544 rk_pcie_release_msi(device_t pci, device_t child, int count, int *irqs) in rk_pcie_release_msi()
559 rk_pcie_map_msi(device_t pci, device_t child, int irq, uint64_t *addr, in rk_pcie_map_msi()
575 rk_pcie_alloc_msix(device_t pci, device_t child, int *irq) in rk_pcie_alloc_msix()
589 rk_pcie_release_msix(device_t pci, device_t child, int irq) in rk_pcie_release_msix()
604 rk_pcie_get_id(device_t pci, device_t child, enum pci_id_type type, in rk_pcie_get_id()
/freebsd/sys/dev/cardbus/
H A Dcardbusvar.h49 struct pci_devinfo pci; member
/freebsd/sys/kern/
H A Dsubr_intr.c1369 intr_alloc_msi(device_t pci, device_t child, intptr_t xref, int count,
1417 intr_release_msi(device_t pci, device_t child, intptr_t xref, int count,
1458 intr_alloc_msix(device_t pci, device_t child, intptr_t xref, int *irq)
1496 intr_release_msix(device_t pci, device_t child, intptr_t xref, int irq)
1531 intr_map_msi(device_t pci, device_t child, intptr_t xref, int irq,
/freebsd/sys/dev/rtwn/rtl8188e/
H A Dr88e_rom_image.h60 } __packed pci; member
/freebsd/sys/compat/linsysfs/
H A Dlinsysfs.c476 struct pfs_node *pci; in linsysfs_init() local
/freebsd/sys/dev/ichwd/
H A Dichwd.c564 device_t isab, pci; in ichwd_find_ich_lpc_bridge() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c711 bool pci, int *irq) in mt7915_mmio_wed_init()

12