Home
last modified time | relevance | path

Searched refs:IORESOURCE_MEM (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c368 if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) in aperture_remove_conflicting_pci_devices()
/freebsd/sys/dev/mthca/
H A Dmthca_main.c920 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM) || in __mthca_init_one()
926 if (!(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { in __mthca_init_one()
931 if (!(pci_resource_flags(pdev, 4) & IORESOURCE_MEM)) in __mthca_init_one()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c747 res = platform_get_resource(plat_dev, IORESOURCE_MEM, 0); in mt7915_mmio_wed_init()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dahb.c829 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in ath11k_ahb_setup_msi_resources()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h191 #define IORESOURCE_MEM (1 << SYS_RES_MEMORY) macro
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c1292 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "membase"); in ath10k_snoc_resource_init()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c318 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in request_bar()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c3664 !(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in __mlx4_init_one()
3670 if (!(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { in __mlx4_init_one()