Home
last modified time | relevance | path

Searched refs:pci_resource_end (Results 1 – 25 of 26) sorted by relevance

12

/linux/sound/soc/intel/atom/sst/
H A Dsst_pci.c48 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 Dcdns3-pci-wrap.c113 res[RES_DEV_ID].end = pci_resource_end(pdev, PCI_BAR_DEV); in cdns3_pci_probe()
120 res[RES_HOST_ID].end = pci_resource_end(pdev, PCI_BAR_HOST); in cdns3_pci_probe()
137 res[RES_DRD_ID].end = pci_resource_end(pdev, PCI_BAR_OTG); in cdns3_pci_probe()
H A Dcdnsp-pci.c120 res->end = pci_resource_end(pdev, PCI_BAR_HOST); in cdnsp_pci_probe()
134 res->end = pci_resource_end(pdev, PCI_BAR_OTG); in cdnsp_pci_probe()
/linux/drivers/tty/serial/jsm/
H A Djsm_driver.c138 brd->membase_end = pci_resource_end(pdev, 4); in jsm_probe_one()
146 brd->iobase_end = pci_resource_end(pdev, 1); in jsm_probe_one()
190 brd->membase_end = pci_resource_end(pdev, 0); in jsm_probe_one()
/linux/drivers/mfd/
H A Dintel_quark_i2c_gpio.c203 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()
H A Dcs5535-mfd.c82 r->end = pci_resource_end(pdev, bar); in cs5535_mfd_probe()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_kms.c157 (unsigned long long)pci_resource_end(pdev, 0), in qxl_device_init()
161 (unsigned long long)pci_resource_end(pdev, sb), in qxl_device_init()
/linux/drivers/usb/dwc2/
H A Dpci.c86 res[0].end = pci_resource_end(pci, 0); in dwc2_pci_probe()
/linux/drivers/usb/dwc3/
H A Ddwc3-haps.c67 res[0].end = pci_resource_end(pci, 0); in dwc3_haps_probe()
H A Ddwc3-pci.c355 res[0].end = pci_resource_end(pci, 0); in dwc3_pci_probe()
/linux/drivers/usb/chipidea/
H A Dci_hdrc_pci.c90 res[0].end = pci_resource_end(pdev, 0); in ci_hdrc_pci_probe()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_pci.c47 res[0].end = pci_resource_end(pdev, 0); in macb_probe()
/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dmipi-i3c-hci-pci.c75 res[0].end = pci_resource_end(pci, 0); in mipi_i3c_hci_pci_probe()
/linux/drivers/i2c/busses/
H A Di2c-pxa-pci.c37 res[0].end = pci_resource_end(dev, bar); in add_i2c_device()
H A Di2c-i801.c1444 address <= pci_resource_end(priv->pci_dev, SMBBAR); in i801_acpi_is_smbus_ioport()
/linux/arch/powerpc/kernel/
H A Deeh_cache.c184 resource_size_t end = pci_resource_end(dev,i); in __eeh_addr_cache_insert_dev()
/linux/arch/powerpc/platforms/
H A Dfsl_uli1575.c230 end = pci_resource_end(dev, i); in quirk_final_uli5249()
/linux/Documentation/translations/zh_CN/PCI/
H A Dpci.rst432 pci_resource_end() 返回给定PCI区域的总线末端地址
/linux/drivers/platform/x86/intel/pmt/
H A Dclass.c254 (disc_res->start <= pci_resource_end(pci_dev, i))) { in intel_pmt_populate_entry()
/linux/drivers/pci/
H A Dpci-sysfs.c1113 if (port > pci_resource_end(pdev, bar)) in pci_resource_io()
1116 if (port + count - 1 > pci_resource_end(pdev, bar)) in pci_resource_io()
1365 if (!pci_resource_end(pdev, PCI_ROM_RESOURCE)) in pci_dev_rom_attr_is_visible()
/linux/drivers/media/pci/mgb4/
H A Dmgb4_core.c450 res[0].end = pci_resource_end(pdev, MGB4_XDMA_BAR_ID); in init_xdma()
/linux/drivers/net/ethernet/tehuti/
H A Dtn40.c1668 ndev->mem_end = pci_resource_end(pdev, 0); in tn40_netdev_alloc()
/linux/Documentation/PCI/
H A Dpci.rst482 pci_resource_end() Returns bus end address for a given PCI region
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c337 cdev->pci_params.mem_end = pci_resource_end(pdev, 0); in qed_init_pci()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c7176 netdev->mem_end = pci_resource_end(pdev, 0); in igc_probe()

12