arch/sh/drivers/pci/fixups-sdk7786.c

Source file repositories/reference/linux-study-clean/arch/sh/drivers/pci/fixups-sdk7786.c

File Facts

System
Linux kernel
Corpus path
arch/sh/drivers/pci/fixups-sdk7786.c
Extension
.c
Size
1621 bytes
Lines
65
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

if ((data & PCIECR_PRST3) == 0) {
			pr_warn("Unreachable card detected in slot#3\n");
			return -EBUSY;
		}
	} else
		pr_info("PCIe slot#4 disabled\n");

	return 0;
}
postcore_initcall(sdk7786_pci_init);

Annotation

Implementation Notes