Searched refs:res_pem (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-thunder-pem.c | 299 struct resource *res_pem) in thunder_pem_init() 308 pem_pci->pem_reg_base = devm_ioremap(dev, res_pem->start, 0x10000); in thunder_pem_init() 318 bar4_start = res_pem->start + 0xf00000; in thunder_pem_init() 320 pem_pci->ea_entry[1] = lower_32_bits(res_pem->end - bar4_start) & ~3u; in thunder_pem_init() 357 struct resource *res_pem) in thunder_pem_legacy_fw() 367 res_pem->start = PEM_RES_BASE | FIELD_PREP(PEM_NODE_MASK, node) | in thunder_pem_legacy_fw() 369 res_pem->flags = IORESOURCE_MEM; in thunder_pem_legacy_fw() 377 struct resource *res_pem; in thunder_pem_acpi_init() local 380 res_pem = devm_kzalloc(&adev->dev, sizeof(*res_pem), GFP_KERNE in thunder_pem_acpi_init() 298 thunder_pem_init(struct device *dev, struct pci_config_window *cfg, struct resource *res_pem) thunder_pem_init() argument 356 thunder_pem_legacy_fw(struct acpi_pci_root *root, struct resource *res_pem) thunder_pem_legacy_fw() argument 425 struct resource *res_pem; thunder_pem_platform_init() local [all...] |
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-thunder-pem.c | 306 struct resource *res_pem) in thunder_pem_init() 315 pem_pci->pem_reg_base = devm_ioremap(dev, res_pem->start, 0x10000); in thunder_pem_init() 325 bar4_start = res_pem->start + 0xf00000; in thunder_pem_init() 327 pem_pci->ea_entry[1] = lower_32_bits(res_pem->end - bar4_start) & ~3u; in thunder_pem_init() 364 struct resource *res_pem) in thunder_pem_legacy_fw() 374 res_pem->start = PEM_RES_BASE | FIELD_PREP(PEM_NODE_MASK, node) | in thunder_pem_legacy_fw() 376 res_pem->flags = IORESOURCE_MEM; in thunder_pem_legacy_fw() 384 struct resource *res_pem; in thunder_pem_acpi_init() local 387 res_pem = devm_kzalloc(&adev->dev, sizeof(*res_pem), GFP_KERNE in thunder_pem_acpi_init() 305 thunder_pem_init(struct device *dev, struct pci_config_window *cfg, struct resource *res_pem) thunder_pem_init() argument 363 thunder_pem_legacy_fw(struct acpi_pci_root *root, struct resource *res_pem) thunder_pem_legacy_fw() argument 432 struct resource *res_pem; thunder_pem_platform_init() local [all...] |
Completed in 2 milliseconds