2019年3月6日 星期三

Access memory-mapped registers in Linux kernel space.

Source https://stackoverflow.com/questions/16935041/how-to-write-register-from-linux-kernel-module-cpu-arm

void __iomem *io = ioremap(REGBASE, SZ_4K);
writel(0x00000002, io + 0x0004);

沒有留言: