arch/arm/mach-footbridge/isa-rtc.c

Source file repositories/reference/linux-study-clean/arch/arm/mach-footbridge/isa-rtc.c

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-footbridge/isa-rtc.c
Extension
.c
Size
1242 bytes
Lines
58
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

CMOS_READ(RTC_REG_B) == reg_b) {
		/*
		 * We have a RTC.  Check the battery
		 */
		if ((reg_d & 0x80) == 0)
			printk(KERN_WARNING "RTC: *** warning: CMOS battery bad\n");
	}
}

Annotation

Implementation Notes