Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
A Dpci-thunder-pem.c308 struct resource *res_pem) in thunder_pem_init() argument
366 struct resource *res_pem) in thunder_pem_legacy_fw() argument
378 res_pem->flags = IORESOURCE_MEM; in thunder_pem_legacy_fw()
386 struct resource *res_pem; in thunder_pem_acpi_init() local
389 res_pem = devm_kzalloc(&adev->dev, sizeof(*res_pem), GFP_KERNEL); in thunder_pem_acpi_init()
390 if (!res_pem) in thunder_pem_acpi_init()
400 thunder_pem_legacy_fw(root, res_pem); in thunder_pem_acpi_init()
405 res_pem->end = res_pem->start + SZ_64K - 1; in thunder_pem_acpi_init()
407 res_pem->end = res_pem->start + SZ_16M - 1; in thunder_pem_acpi_init()
434 struct resource *res_pem; in thunder_pem_platform_init() local
[all …]

Completed in 5 milliseconds