/* * * 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. */ #ifndef __ASM_MACH_REGS_PWM_H #define __ASM_MACH_REGS_PWM_H #include /* * Pulse modulator registers */ #define PWM0 0x40B00000 #define PWM1 0x40C00000 #define PWM0slave 0x40B00010 #define PWM1slave 0x40C00010 #endif