Home
last modified time | relevance | path

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

12

/Linux-v6.6/sound/soc/intel/atom/sst/
Dsst_pci.c50 ctx->ddr_end = pci_resource_end(pci, 0); in sst_platform_get_resources()
81 ctx->iram_end = pci_resource_end(pci, 3); in sst_platform_get_resources()
91 ctx->dram_end = pci_resource_end(pci, 4); in sst_platform_get_resources()
/Linux-v6.6/drivers/usb/cdns3/
Dcdns3-pci-wrap.c116 res[RES_DEV_ID].end = pci_resource_end(pdev, PCI_BAR_DEV); in cdns3_pci_probe()
123 res[RES_HOST_ID].end = pci_resource_end(pdev, PCI_BAR_HOST); in cdns3_pci_probe()
140 res[RES_DRD_ID].end = pci_resource_end(pdev, PCI_BAR_OTG); in cdns3_pci_probe()
Dcdnsp-pci.c123 res->end = pci_resource_end(pdev, PCI_BAR_HOST); in cdnsp_pci_probe()
137 res->end = pci_resource_end(pdev, PCI_BAR_OTG); in cdnsp_pci_probe()
/Linux-v6.6/drivers/tty/serial/jsm/
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-v6.6/drivers/misc/mchp_pci1xxxx/
Dmchp_pci1xxxx_gp.c60 aux_bus->aux_device_wrapper[0]->gp_aux_data.region_length = pci_resource_end(pdev, 0); in gp_aux_bus_probe()
85 aux_bus->aux_device_wrapper[1]->gp_aux_data.region_length = pci_resource_end(pdev, 0); in gp_aux_bus_probe()
/Linux-v6.6/drivers/mfd/
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()
Dcs5535-mfd.c82 r->end = pci_resource_end(pdev, bar); in cs5535_mfd_probe()
/Linux-v6.6/drivers/gpu/drm/qxl/
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-v6.6/drivers/usb/dwc2/
Dpci.c86 res[0].end = pci_resource_end(pci, 0); in dwc2_pci_probe()
/Linux-v6.6/drivers/usb/chipidea/
Dci_hdrc_pci.c90 res[0].end = pci_resource_end(pdev, 0); in ci_hdrc_pci_probe()
/Linux-v6.6/drivers/usb/dwc3/
Ddwc3-haps.c67 res[0].end = pci_resource_end(pci, 0); in dwc3_haps_probe()
Ddwc3-pci.c334 res[0].end = pci_resource_end(pci, 0); in dwc3_pci_probe()
/Linux-v6.6/drivers/net/ethernet/cadence/
Dmacb_pci.c48 res[0].end = pci_resource_end(pdev, 0); in macb_probe()
/Linux-v6.6/drivers/i2c/busses/
Di2c-pxa-pci.c37 res[0].end = pci_resource_end(dev, bar); in add_i2c_device()
Di2c-i801.c1559 address <= pci_resource_end(priv->pci_dev, SMBBAR); in i801_acpi_is_smbus_ioport()
1690 (unsigned long long)pci_resource_end(dev, SMBBAR)); in i801_probe()
/Linux-v6.6/arch/powerpc/kernel/
Deeh_cache.c184 resource_size_t end = pci_resource_end(dev,i); in __eeh_addr_cache_insert_dev()
/Linux-v6.6/arch/powerpc/platforms/
Dfsl_uli1575.c230 end = pci_resource_end(dev, i); in quirk_final_uli5249()
/Linux-v6.6/drivers/firmware/efi/
Dsysfb_efi.c136 end = pci_resource_end(dev, i); in efifb_set_system()
/Linux-v6.6/drivers/platform/x86/intel/pmt/
Dclass.c207 (disc_res->start <= pci_resource_end(pci_dev, i))) { in intel_pmt_populate_entry()
/Linux-v6.6/Documentation/translations/zh_CN/PCI/
Dpci.rst432 pci_resource_end() 返回给定PCI区域的总线末端地址
/Linux-v6.6/drivers/pci/
Dpci-sysfs.c1093 if (port > pci_resource_end(pdev, bar)) in pci_resource_io()
1096 if (port + count - 1 > pci_resource_end(pdev, bar)) in pci_resource_io()
/Linux-v6.6/include/linux/
Dpci.h2069 #define pci_resource_end(dev, bar) (pci_resource_n(dev, bar)->end) macro
2072 (pci_resource_end((dev), (bar)) ? \
/Linux-v6.6/Documentation/PCI/
Dpci.rst482 pci_resource_end() Returns bus end address for a given PCI region
/Linux-v6.6/drivers/net/ethernet/qlogic/qed/
Dqed_main.c338 cdev->pci_params.mem_end = pci_resource_end(pdev, 0); in qed_init_pci()
/Linux-v6.6/drivers/net/ethernet/intel/igc/
Digc_main.c6805 netdev->mem_end = pci_resource_end(pdev, 0); in igc_probe()

12