Searched refs:pci_resource_end (Results 1 – 17 of 17) sorted by relevance
| /linux/sound/soc/intel/atom/sst/ |
| H A D | sst_pci.c | 48 ctx->ddr_end = pci_resource_end(pci, 0); in sst_platform_get_resources() 75 ctx->iram_end = pci_resource_end(pci, 3); in sst_platform_get_resources() 84 ctx->dram_end = pci_resource_end(pci, 4); in sst_platform_get_resources()
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdns3-pci-wrap.c | 111 res[RES_DEV_ID].end = pci_resource_end(pdev, PCI_BAR_DEV); in cdns3_pci_probe() 118 res[RES_HOST_ID].end = pci_resource_end(pdev, PCI_BAR_HOST); in cdns3_pci_probe() 135 res[RES_DRD_ID].end = pci_resource_end(pdev, PCI_BAR_OTG); in cdns3_pci_probe()
|
| /linux/drivers/mfd/ |
| H A D | intel_quark_i2c_gpio.c | 203 res[INTEL_QUARK_IORES_MEM].end = pci_resource_end(pdev, MFD_I2C_BAR); in intel_quark_i2c_setup() 225 res[INTEL_QUARK_IORES_MEM].end = pci_resource_end(pdev, MFD_GPIO_BAR); in intel_quark_gpio_setup()
|
| /linux/drivers/usb/dwc2/ |
| H A D | pci.c | 86 res[0].end = pci_resource_end(pci, 0); in dwc2_pci_probe()
|
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-haps.c | 67 res[0].end = pci_resource_end(pci, 0); in dwc3_haps_probe()
|
| H A D | dwc3-pci.c | 357 res[0].end = pci_resource_end(pci, 0); in dwc3_pci_probe()
|
| /linux/drivers/usb/chipidea/ |
| H A D | ci_hdrc_pci.c | 90 res[0].end = pci_resource_end(pdev, 0); in ci_hdrc_pci_probe()
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_pci.c | 47 res[0].end = pci_resource_end(pci, 0); in macb_probe()
|
| /linux/arch/powerpc/kernel/ |
| H A D | eeh_cache.c | 184 resource_size_t end = pci_resource_end(dev,i); in __eeh_addr_cache_insert_dev()
|
| /linux/arch/powerpc/platforms/ |
| H A D | fsl_uli1575.c | 230 end = pci_resource_end(dev, i); in quirk_final_uli5249()
|
| /linux/drivers/firmware/efi/ |
| H A D | sysfb_efi.c | 137 end = pci_resource_end(dev, i); in efifb_set_system()
|
| /linux/include/linux/ |
| H A D | pci.h | 2332 #define pci_resource_end(dev, bar) (pci_resource_n(dev, bar)->end) macro 2335 (pci_resource_end((dev), (bar)) ? \
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-i801.c | 1457 address <= pci_resource_end(priv->pci_dev, SMBBAR); in i801_acpi_is_smbus_ioport()
|
| /linux/drivers/net/ethernet/tehuti/ |
| H A D | tn40.c | 1668 ndev->mem_end = pci_resource_end(pdev, 0); in tn40_netdev_alloc()
|
| /linux/Documentation/PCI/ |
| H A D | pci.rst | 482 pci_resource_end() Returns bus end address for a given PCI region
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_main.c | 337 cdev->pci_params.mem_end = pci_resource_end(pdev, 0); in qed_init_pci()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 3273 netdev->mem_end = pci_resource_end(pdev, 0); in igb_probe()
|