Home
last modified time | relevance | path

Searched refs:res_pem (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pci/controller/
H A Dpci-thunder-pem.c306 struct resource *res_pem) in thunder_pem_init() argument
364 struct resource *res_pem) in thunder_pem_legacy_fw() argument
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_KERNEL); in thunder_pem_acpi_init()
388 if (!res_pem) in thunder_pem_acpi_init()
398 thunder_pem_legacy_fw(root, res_pem); in thunder_pem_acpi_init()
403 res_pem->end = res_pem->start + SZ_64K - 1; in thunder_pem_acpi_init()
405 res_pem->end = res_pem->start + SZ_16M - 1; in thunder_pem_acpi_init()
432 struct resource *res_pem; in thunder_pem_platform_init() local
[all …]