mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
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:
parent
66450b1596
commit
f34c417ba6
2 changed files with 103 additions and 0 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue