include/linux/memory/ti-aemif.h

Source file repositories/reference/linux-study-clean/include/linux/memory/ti-aemif.h

File Facts

System
Linux kernel
Corpus path
include/linux/memory/ti-aemif.h
Extension
.h
Size
766 bytes
Lines
33
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

struct aemif_cs_timings {
	u32	ta;
	u32	rhold;
	u32	rstrobe;
	u32	rsetup;
	u32	whold;
	u32	wstrobe;
	u32	wsetup;
};

struct aemif_device;

int aemif_set_cs_timings(struct aemif_device *aemif, u8 cs, struct aemif_cs_timings *timings);
int aemif_check_cs_timings(struct aemif_cs_timings *timings);

#endif // __MEMORY_TI_AEMIF_H

Annotation

Implementation Notes