kirkwood.h (dbc517bf32985f2438ff706204a6dd1476b3dc98) | kirkwood.h (d8d11ba566761625e2b5ab716dca920725f3dc0b) |
---|---|
1/* 2 * kirkwood.h 3 * 4 * (c) 2010 Arnaud Patard <apatard@mandriva.com> 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the 8 * Free Software Foundation; either version 2 of the License, or (at your --- 106 unchanged lines hidden (view full) --- 115/* need to find where they come from */ 116#define KIRKWOOD_SND_MIN_PERIODS 8 117#define KIRKWOOD_SND_MAX_PERIODS 16 118#define KIRKWOOD_SND_MIN_PERIOD_BYTES 0x4000 119#define KIRKWOOD_SND_MAX_PERIOD_BYTES 0x4000 120 121struct kirkwood_dma_data { 122 void __iomem *io; | 1/* 2 * kirkwood.h 3 * 4 * (c) 2010 Arnaud Patard <apatard@mandriva.com> 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the 8 * Free Software Foundation; either version 2 of the License, or (at your --- 106 unchanged lines hidden (view full) --- 115/* need to find where they come from */ 116#define KIRKWOOD_SND_MIN_PERIODS 8 117#define KIRKWOOD_SND_MAX_PERIODS 16 118#define KIRKWOOD_SND_MIN_PERIOD_BYTES 0x4000 119#define KIRKWOOD_SND_MAX_PERIOD_BYTES 0x4000 120 121struct kirkwood_dma_data { 122 void __iomem *io; |
123 uint32_t ctl_play; 124 uint32_t ctl_rec; |
|
123 int irq; 124 int burst; 125 struct clk *clk; 126}; 127 128#endif | 125 int irq; 126 int burst; 127 struct clk *clk; 128}; 129 130#endif |