arch/mips/bcm63xx/dev-spi.c

Source file repositories/reference/linux-study-clean/arch/mips/bcm63xx/dev-spi.c

File Facts

System
Linux kernel
Corpus path
arch/mips/bcm63xx/dev-spi.c
Extension
.c
Size
1593 bytes
Lines
61
Domain
Architecture Layer
Bucket
arch/mips
Inferred role
Architecture Layer: implementation source
Status
source 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

BCMCPU_IS_6368()) {
		bcm63xx_spi_device.name = "bcm6358-spi",
		spi_resources[0].end += BCM_6358_RSET_SPI_SIZE - 1;
	}

	return platform_device_register(&bcm63xx_spi_device);
}

Annotation

Implementation Notes