Searched refs:IORESOURCE_MEM (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_aperture.c | 368 if (!(pci_resource_flags(pdev, bar) & IORESOURCE_MEM)) in aperture_remove_conflicting_pci_devices()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_main.c | 920 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 D | mmio.c | 747 res = platform_get_resource(plat_dev, IORESOURCE_MEM, 0); in mt7915_mmio_wed_init()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | ahb.c | 829 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in ath11k_ahb_setup_msi_resources()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 191 #define IORESOURCE_MEM (1 << SYS_RES_MEMORY) macro
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | snoc.c | 1292 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "membase"); in ath10k_snoc_resource_init()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_main.c | 318 if (!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in request_bar()
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_main.c | 3664 !(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)) { in __mlx4_init_one() 3670 if (!(pci_resource_flags(pdev, 2) & IORESOURCE_MEM)) { in __mlx4_init_one()
|