Add OMAP Pulse-width Tone module.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3513 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
balrog 2007-11-03 00:48:26 +00:00
parent 66450b1596
commit f34c417ba6
2 changed files with 103 additions and 0 deletions

View file

@ -542,6 +542,14 @@ struct omap_mpu_state_s {
int clk;
} pwl;
struct {
target_phys_addr_t base;
uint8_t frc;
uint8_t vrc;
uint8_t gcr;
omap_clk clk;
} pwt;
/* MPU private TIPB peripherals */
struct omap_intr_handler_s *ih[2];