arch/xtensa/platforms/xtfpga/include/platform/serial.h

Source file repositories/reference/linux-study-clean/arch/xtensa/platforms/xtfpga/include/platform/serial.h

File Facts

System
Linux kernel
Corpus path
arch/xtensa/platforms/xtfpga/include/platform/serial.h
Extension
.h
Size
495 bytes
Lines
19
Domain
Architecture Layer
Bucket
arch/xtensa
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

#ifndef __ASM_XTENSA_XTAVNET_SERIAL_H
#define __ASM_XTENSA_XTAVNET_SERIAL_H

#include <platform/hardware.h>

#define BASE_BAUD (*(long *)XTFPGA_CLKFRQ_VADDR / 16)

#endif /* __ASM_XTENSA_XTAVNET_SERIAL_H */

Annotation

Implementation Notes