arch/mips/include/asm/mach-au1x00/gpio-au1300.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/mach-au1x00/gpio-au1300.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-au1x00/gpio-au1300.h
Extension
.h
Size
2663 bytes
Lines
121
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

else if (gpio > 31) {
		gpio -= 32;
		roff += 4;
	}

	v = __raw_readl(roff + AU1300_GPIC_RSTVAL);
	return (v >> gpio) & 1;
}

#endif /* _GPIO_AU1300_H_ */

Annotation

Implementation Notes