Home
last modified time | relevance | path

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

12

/linux/sound/soc/intel/atom/sst/
A Dsst_pci.c51 ctx->ddr_end = pci_resource_end(pci, 0); in sst_platform_get_resources()
82 ctx->iram_end = pci_resource_end(pci, 3); in sst_platform_get_resources()
92 ctx->dram_end = pci_resource_end(pci, 4); in sst_platform_get_resources()
/linux/drivers/usb/cdns3/
A Dcdns3-pci-wrap.c111 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()
A Dcdnsp-pci.c130 res->end = pci_resource_end(pdev, PCI_BAR_HOST); in cdnsp_pci_probe()
144 res->end = pci_resource_end(pdev, PCI_BAR_OTG); in cdnsp_pci_probe()
/linux/drivers/tty/serial/jsm/
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/
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()
A Dcs5535-mfd.c82 r->end = pci_resource_end(pdev, bar); in cs5535_mfd_probe()
/linux/drivers/gpu/drm/qxl/
A Dqxl_kms.c159 (unsigned long long)pci_resource_end(pdev, 0), in qxl_device_init()
163 (unsigned long long)pci_resource_end(pdev, sb), in qxl_device_init()
/linux/drivers/usb/dwc2/
A Dpci.c116 res[0].end = pci_resource_end(pci, 0); in dwc2_pci_probe()
/linux/drivers/usb/dwc3/
A Ddwc3-haps.c67 res[0].end = pci_resource_end(pci, 0); in dwc3_haps_probe()
A Ddwc3-pci.c280 res[0].end = pci_resource_end(pci, 0); in dwc3_pci_probe()
/linux/drivers/usb/chipidea/
A Dci_hdrc_pci.c90 res[0].end = pci_resource_end(pdev, 0); in ci_hdrc_pci_probe()
/linux/drivers/net/ethernet/cadence/
A Dmacb_pci.c48 res[0].end = pci_resource_end(pdev, 0); in macb_probe()
/linux/drivers/i2c/busses/
A Di2c-pxa-pci.c38 res[0].end = pci_resource_end(dev, bar); in add_i2c_device()
A Di2c-i801.c1607 address <= pci_resource_end(priv->pci_dev, SMBBAR); in i801_acpi_is_smbus_ioport()
1799 (unsigned long long)pci_resource_end(dev, SMBBAR)); in i801_probe()
/linux/arch/powerpc/kernel/
A Deeh_cache.c184 resource_size_t end = pci_resource_end(dev,i); in __eeh_addr_cache_insert_dev()
/linux/arch/powerpc/platforms/
A Dfsl_uli1575.c226 end = pci_resource_end(dev, i); in quirk_final_uli5249()
/linux/drivers/firmware/efi/
A Dsysfb_efi.c138 end = pci_resource_end(dev, i); in efifb_set_system()
/linux/drivers/platform/x86/intel/pmt/
A Dclass.c187 (disc_res->start <= pci_resource_end(pci_dev, i))) { in intel_pmt_populate_entry()
/linux/drivers/pnp/
A Dquirks.c258 pci_end = pci_resource_end(pdev, i); in quirk_system_pci_resources()
/linux/Documentation/translations/zh_CN/PCI/
A Dpci.rst432 pci_resource_end() 返回给定PCI区域的总线末端地址
/linux/include/linux/
A Dpci.h1927 #define pci_resource_end(dev, bar) ((dev)->resource[(bar)].end) macro
1930 ((pci_resource_end((dev), (bar)) == 0) ? 0 : \
1932 (pci_resource_end((dev), (bar)) - \
/linux/drivers/pci/
A Dpci-sysfs.c1112 if (port > pci_resource_end(pdev, bar)) in pci_resource_io()
1115 if (port + count - 1 > pci_resource_end(pdev, bar)) in pci_resource_io()
/linux/drivers/gpu/vga/
A Dvgaarb.c1484 end = pci_resource_end(vgadev->pdev, i); in vga_arb_select_default_device()
/linux/drivers/video/fbdev/
A Dhyperv_fb.c1085 pot_end = pci_resource_end(pdev, 0); in hvfb_getmem()
/linux/drivers/video/fbdev/core/
A Dfbmem.c1846 (unsigned long)pci_resource_end(pdev, bar)); in remove_conflicting_pci_framebuffers()

Completed in 47 milliseconds

12