1.wm8976驱动程序: /* * wm8976.h -- WM8976 Soc Audio driver * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifnde
1.ARM工作模式 ARM微处理器支持7种工作模式,分别为: l 用户模式(usr):ARM处理器正常的程序执行状态(Linux用户态程序) l 快速中断模式(fiq):用于高速数据传输或通道处理 l 外部中断模式(irq):用于通用的中断处理 l 管理模式(svc):操作系统使用的保护模式(Linux内核) l 中止模式(abt):当数据或指令预取终止时进入该模式,用于虚拟存储及存储保护 l 未定义指令模式(und):当未定义的指令执行时进入该模式,用于支持硬件协处理器的软件仿真