| /linux-6.15/sound/soc/intel/atom/sst/ |
| H A D | sst_pci.c | 50 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-6.15/drivers/usb/cdns3/ |
| H A D | cdns3-pci-wrap.c | 113 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 D | cdnsp-pci.c | 120 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-6.15/drivers/tty/serial/jsm/ |
| H A D | jsm_driver.c | 138 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-6.15/drivers/misc/mchp_pci1xxxx/ |
| H A D | mchp_pci1xxxx_gp.c | 60 aux_bus->aux_device_wrapper[0]->gp_aux_data.region_length = pci_resource_end(pdev, 0); in gp_aux_bus_probe() 87 aux_bus->aux_device_wrapper[1]->gp_aux_data.region_length = pci_resource_end(pdev, 0); in gp_aux_bus_probe()
|
| /linux-6.15/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()
|
| H A D | cs5535-mfd.c | 82 r->end = pci_resource_end(pdev, bar); in cs5535_mfd_probe()
|
| /linux-6.15/drivers/gpu/drm/qxl/ |
| H A D | qxl_kms.c | 157 (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-6.15/drivers/usb/dwc2/ |
| H A D | pci.c | 86 res[0].end = pci_resource_end(pci, 0); in dwc2_pci_probe()
|
| /linux-6.15/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-6.15/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 | 355 res[0].end = pci_resource_end(pci, 0); in dwc3_pci_probe()
|
| /linux-6.15/drivers/net/ethernet/cadence/ |
| H A D | macb_pci.c | 47 res[0].end = pci_resource_end(pdev, 0); in macb_probe()
|
| /linux-6.15/drivers/i3c/master/mipi-i3c-hci/ |
| H A D | mipi-i3c-hci-pci.c | 75 res[0].end = pci_resource_end(pci, 0); in mipi_i3c_hci_pci_probe()
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-pxa-pci.c | 37 res[0].end = pci_resource_end(dev, bar); in add_i2c_device()
|
| H A D | i2c-i801.c | 1444 address <= pci_resource_end(priv->pci_dev, SMBBAR); in i801_acpi_is_smbus_ioport()
|
| /linux-6.15/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-6.15/arch/powerpc/platforms/ |
| H A D | fsl_uli1575.c | 230 end = pci_resource_end(dev, i); in quirk_final_uli5249()
|
| /linux-6.15/drivers/firmware/efi/ |
| H A D | sysfb_efi.c | 137 end = pci_resource_end(dev, i); in efifb_set_system()
|
| /linux-6.15/drivers/platform/x86/intel/pmt/ |
| H A D | class.c | 223 (disc_res->start <= pci_resource_end(pci_dev, i))) { in intel_pmt_populate_entry()
|
| /linux-6.15/Documentation/translations/zh_CN/PCI/ |
| H A D | pci.rst | 432 pci_resource_end() 返回给定PCI区域的总线末端地址
|
| /linux-6.15/drivers/pci/ |
| H A D | pci-sysfs.c | 1113 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-6.15/drivers/media/pci/mgb4/ |
| H A D | mgb4_core.c | 450 res[0].end = pci_resource_end(pdev, MGB4_XDMA_BAR_ID); in init_xdma()
|
| /linux-6.15/include/linux/ |
| H A D | pci.h | 2132 #define pci_resource_end(dev, bar) (pci_resource_n(dev, bar)->end) macro 2135 (pci_resource_end((dev), (bar)) ? \
|
| /linux-6.15/drivers/net/ethernet/tehuti/ |
| H A D | tn40.c | 1668 ndev->mem_end = pci_resource_end(pdev, 0); in tn40_netdev_alloc()
|