arch/arm/mach-orion5x/ts78xx-fpga.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-orion5x/ts78xx-fpga.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-orion5x/ts78xx-fpga.h
Extension
.h
Size
1086 bytes
Lines
43
Domain
Architecture Layer
Bucket
arch/arm
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

struct fpga_device {
	unsigned		present:1;
	unsigned		init:1;
};

struct fpga_devices {
	/* Technologic Systems */
	struct fpga_device	ts_rtc;
	struct fpga_device	ts_nand;
	struct fpga_device	ts_rng;
};

struct ts78xx_fpga_data {
	unsigned int		id;
	int			state;

	struct fpga_devices	supports;
};

Annotation

Implementation Notes