]> git.proxmox.com Git - qemu.git/blame - hw/omap.h
Add statics and missing #includes for prototypes.
[qemu.git] / hw / omap.h
CommitLineData
c3d2689d
AZ
1/*
2 * Texas Instruments OMAP processors.
3 *
4 * Copyright (C) 2006-2007 Andrzej Zaborowski <balrog@zabor.org>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of
9 * the License, or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
19 * MA 02111-1307 USA
20 */
21#ifndef hw_omap_h
22# define hw_omap_h "omap.h"
23
24# define OMAP_EMIFS_BASE 0x00000000
25# define OMAP_CS0_BASE 0x00000000
26# define OMAP_CS1_BASE 0x04000000
27# define OMAP_CS2_BASE 0x08000000
28# define OMAP_CS3_BASE 0x0c000000
29# define OMAP_EMIFF_BASE 0x10000000
30# define OMAP_IMIF_BASE 0x20000000
31# define OMAP_LOCALBUS_BASE 0x30000000
32# define OMAP_MPUI_BASE 0xe1000000
33
34# define OMAP730_SRAM_SIZE 0x00032000
35# define OMAP15XX_SRAM_SIZE 0x00030000
36# define OMAP16XX_SRAM_SIZE 0x00004000
37# define OMAP1611_SRAM_SIZE 0x0003e800
38# define OMAP_CS0_SIZE 0x04000000
39# define OMAP_CS1_SIZE 0x04000000
40# define OMAP_CS2_SIZE 0x04000000
41# define OMAP_CS3_SIZE 0x04000000
42
43/* omap1_clk.c */
44struct omap_mpu_state_s;
45typedef struct clk *omap_clk;
46omap_clk omap_findclk(struct omap_mpu_state_s *mpu, const char *name);
47void omap_clk_init(struct omap_mpu_state_s *mpu);
48void omap_clk_adduser(struct clk *clk, qemu_irq user);
49void omap_clk_get(omap_clk clk);
50void omap_clk_put(omap_clk clk);
51void omap_clk_onoff(omap_clk clk, int on);
52void omap_clk_canidle(omap_clk clk, int can);
53void omap_clk_setrate(omap_clk clk, int divide, int multiply);
54int64_t omap_clk_getrate(omap_clk clk);
55void omap_clk_reparent(omap_clk clk, omap_clk parent);
56
57/* omap.c */
58struct omap_intr_handler_s;
59struct omap_intr_handler_s *omap_inth_init(target_phys_addr_t base,
60 unsigned long size, qemu_irq parent[2], omap_clk clk);
61
62/*
63 * Common IRQ numbers for level 1 interrupt handler
64 * See /usr/include/asm-arm/arch-omap/irqs.h in Linux.
65 */
66# define OMAP_INT_CAMERA 1
67# define OMAP_INT_FIQ 3
68# define OMAP_INT_RTDX 6
69# define OMAP_INT_DSP_MMU_ABORT 7
70# define OMAP_INT_HOST 8
71# define OMAP_INT_ABORT 9
72# define OMAP_INT_BRIDGE_PRIV 13
73# define OMAP_INT_GPIO_BANK1 14
74# define OMAP_INT_UART3 15
75# define OMAP_INT_TIMER3 16
76# define OMAP_INT_DMA_CH0_6 19
77# define OMAP_INT_DMA_CH1_7 20
78# define OMAP_INT_DMA_CH2_8 21
79# define OMAP_INT_DMA_CH3 22
80# define OMAP_INT_DMA_CH4 23
81# define OMAP_INT_DMA_CH5 24
82# define OMAP_INT_DMA_LCD 25
83# define OMAP_INT_TIMER1 26
84# define OMAP_INT_WD_TIMER 27
85# define OMAP_INT_BRIDGE_PUB 28
86# define OMAP_INT_TIMER2 30
87# define OMAP_INT_LCD_CTRL 31
88
89/*
90 * Common OMAP-15xx IRQ numbers for level 1 interrupt handler
91 */
92# define OMAP_INT_15XX_IH2_IRQ 0
93# define OMAP_INT_15XX_LB_MMU 17
94# define OMAP_INT_15XX_LOCAL_BUS 29
95
96/*
97 * OMAP-1510 specific IRQ numbers for level 1 interrupt handler
98 */
99# define OMAP_INT_1510_SPI_TX 4
100# define OMAP_INT_1510_SPI_RX 5
101# define OMAP_INT_1510_DSP_MAILBOX1 10
102# define OMAP_INT_1510_DSP_MAILBOX2 11
103
104/*
105 * OMAP-310 specific IRQ numbers for level 1 interrupt handler
106 */
107# define OMAP_INT_310_McBSP2_TX 4
108# define OMAP_INT_310_McBSP2_RX 5
109# define OMAP_INT_310_HSB_MAILBOX1 12
110# define OMAP_INT_310_HSAB_MMU 18
111
112/*
113 * OMAP-1610 specific IRQ numbers for level 1 interrupt handler
114 */
115# define OMAP_INT_1610_IH2_IRQ 0
116# define OMAP_INT_1610_IH2_FIQ 2
117# define OMAP_INT_1610_McBSP2_TX 4
118# define OMAP_INT_1610_McBSP2_RX 5
119# define OMAP_INT_1610_DSP_MAILBOX1 10
120# define OMAP_INT_1610_DSP_MAILBOX2 11
121# define OMAP_INT_1610_LCD_LINE 12
122# define OMAP_INT_1610_GPTIMER1 17
123# define OMAP_INT_1610_GPTIMER2 18
124# define OMAP_INT_1610_SSR_FIFO_0 29
125
126/*
127 * OMAP-730 specific IRQ numbers for level 1 interrupt handler
128 */
129# define OMAP_INT_730_IH2_FIQ 0
130# define OMAP_INT_730_IH2_IRQ 1
131# define OMAP_INT_730_USB_NON_ISO 2
132# define OMAP_INT_730_USB_ISO 3
133# define OMAP_INT_730_ICR 4
134# define OMAP_INT_730_EAC 5
135# define OMAP_INT_730_GPIO_BANK1 6
136# define OMAP_INT_730_GPIO_BANK2 7
137# define OMAP_INT_730_GPIO_BANK3 8
138# define OMAP_INT_730_McBSP2TX 10
139# define OMAP_INT_730_McBSP2RX 11
140# define OMAP_INT_730_McBSP2RX_OVF 12
141# define OMAP_INT_730_LCD_LINE 14
142# define OMAP_INT_730_GSM_PROTECT 15
143# define OMAP_INT_730_TIMER3 16
144# define OMAP_INT_730_GPIO_BANK5 17
145# define OMAP_INT_730_GPIO_BANK6 18
146# define OMAP_INT_730_SPGIO_WR 29
147
148/*
149 * Common IRQ numbers for level 2 interrupt handler
150 */
151# define OMAP_INT_KEYBOARD 1
152# define OMAP_INT_uWireTX 2
153# define OMAP_INT_uWireRX 3
154# define OMAP_INT_I2C 4
155# define OMAP_INT_MPUIO 5
156# define OMAP_INT_USB_HHC_1 6
157# define OMAP_INT_McBSP3TX 10
158# define OMAP_INT_McBSP3RX 11
159# define OMAP_INT_McBSP1TX 12
160# define OMAP_INT_McBSP1RX 13
161# define OMAP_INT_UART1 14
162# define OMAP_INT_UART2 15
163# define OMAP_INT_USB_W2FC 20
164# define OMAP_INT_1WIRE 21
165# define OMAP_INT_OS_TIMER 22
b30bb3a2 166# define OMAP_INT_OQN 23
c3d2689d
AZ
167# define OMAP_INT_GAUGE_32K 24
168# define OMAP_INT_RTC_TIMER 25
169# define OMAP_INT_RTC_ALARM 26
170# define OMAP_INT_DSP_MMU 28
171
172/*
173 * OMAP-1510 specific IRQ numbers for level 2 interrupt handler
174 */
175# define OMAP_INT_1510_BT_MCSI1TX 16
176# define OMAP_INT_1510_BT_MCSI1RX 17
177# define OMAP_INT_1510_SoSSI_MATCH 19
178# define OMAP_INT_1510_MEM_STICK 27
179# define OMAP_INT_1510_COM_SPI_RO 31
180
181/*
182 * OMAP-310 specific IRQ numbers for level 2 interrupt handler
183 */
184# define OMAP_INT_310_FAC 0
185# define OMAP_INT_310_USB_HHC_2 7
186# define OMAP_INT_310_MCSI1_FE 16
187# define OMAP_INT_310_MCSI2_FE 17
188# define OMAP_INT_310_USB_W2FC_ISO 29
189# define OMAP_INT_310_USB_W2FC_NON_ISO 30
190# define OMAP_INT_310_McBSP2RX_OF 31
191
192/*
193 * OMAP-1610 specific IRQ numbers for level 2 interrupt handler
194 */
195# define OMAP_INT_1610_FAC 0
196# define OMAP_INT_1610_USB_HHC_2 7
197# define OMAP_INT_1610_USB_OTG 8
198# define OMAP_INT_1610_SoSSI 9
199# define OMAP_INT_1610_BT_MCSI1TX 16
200# define OMAP_INT_1610_BT_MCSI1RX 17
201# define OMAP_INT_1610_SoSSI_MATCH 19
202# define OMAP_INT_1610_MEM_STICK 27
203# define OMAP_INT_1610_McBSP2RX_OF 31
204# define OMAP_INT_1610_STI 32
205# define OMAP_INT_1610_STI_WAKEUP 33
206# define OMAP_INT_1610_GPTIMER3 34
207# define OMAP_INT_1610_GPTIMER4 35
208# define OMAP_INT_1610_GPTIMER5 36
209# define OMAP_INT_1610_GPTIMER6 37
210# define OMAP_INT_1610_GPTIMER7 38
211# define OMAP_INT_1610_GPTIMER8 39
212# define OMAP_INT_1610_GPIO_BANK2 40
213# define OMAP_INT_1610_GPIO_BANK3 41
214# define OMAP_INT_1610_MMC2 42
215# define OMAP_INT_1610_CF 43
216# define OMAP_INT_1610_WAKE_UP_REQ 46
217# define OMAP_INT_1610_GPIO_BANK4 48
218# define OMAP_INT_1610_SPI 49
219# define OMAP_INT_1610_DMA_CH6 53
220# define OMAP_INT_1610_DMA_CH7 54
221# define OMAP_INT_1610_DMA_CH8 55
222# define OMAP_INT_1610_DMA_CH9 56
223# define OMAP_INT_1610_DMA_CH10 57
224# define OMAP_INT_1610_DMA_CH11 58
225# define OMAP_INT_1610_DMA_CH12 59
226# define OMAP_INT_1610_DMA_CH13 60
227# define OMAP_INT_1610_DMA_CH14 61
228# define OMAP_INT_1610_DMA_CH15 62
229# define OMAP_INT_1610_NAND 63
230
231/*
232 * OMAP-730 specific IRQ numbers for level 2 interrupt handler
233 */
234# define OMAP_INT_730_HW_ERRORS 0
235# define OMAP_INT_730_NFIQ_PWR_FAIL 1
236# define OMAP_INT_730_CFCD 2
237# define OMAP_INT_730_CFIREQ 3
238# define OMAP_INT_730_I2C 4
239# define OMAP_INT_730_PCC 5
240# define OMAP_INT_730_MPU_EXT_NIRQ 6
241# define OMAP_INT_730_SPI_100K_1 7
242# define OMAP_INT_730_SYREN_SPI 8
243# define OMAP_INT_730_VLYNQ 9
244# define OMAP_INT_730_GPIO_BANK4 10
245# define OMAP_INT_730_McBSP1TX 11
246# define OMAP_INT_730_McBSP1RX 12
247# define OMAP_INT_730_McBSP1RX_OF 13
248# define OMAP_INT_730_UART_MODEM_IRDA_2 14
249# define OMAP_INT_730_UART_MODEM_1 15
250# define OMAP_INT_730_MCSI 16
251# define OMAP_INT_730_uWireTX 17
252# define OMAP_INT_730_uWireRX 18
253# define OMAP_INT_730_SMC_CD 19
254# define OMAP_INT_730_SMC_IREQ 20
255# define OMAP_INT_730_HDQ_1WIRE 21
256# define OMAP_INT_730_TIMER32K 22
257# define OMAP_INT_730_MMC_SDIO 23
258# define OMAP_INT_730_UPLD 24
259# define OMAP_INT_730_USB_HHC_1 27
260# define OMAP_INT_730_USB_HHC_2 28
261# define OMAP_INT_730_USB_GENI 29
262# define OMAP_INT_730_USB_OTG 30
263# define OMAP_INT_730_CAMERA_IF 31
264# define OMAP_INT_730_RNG 32
265# define OMAP_INT_730_DUAL_MODE_TIMER 33
266# define OMAP_INT_730_DBB_RF_EN 34
267# define OMAP_INT_730_MPUIO_KEYPAD 35
268# define OMAP_INT_730_SHA1_MD5 36
269# define OMAP_INT_730_SPI_100K_2 37
270# define OMAP_INT_730_RNG_IDLE 38
271# define OMAP_INT_730_MPUIO 39
272# define OMAP_INT_730_LLPC_LCD_CTRL_OFF 40
273# define OMAP_INT_730_LLPC_OE_FALLING 41
274# define OMAP_INT_730_LLPC_OE_RISING 42
275# define OMAP_INT_730_LLPC_VSYNC 43
276# define OMAP_INT_730_WAKE_UP_REQ 46
277# define OMAP_INT_730_DMA_CH6 53
278# define OMAP_INT_730_DMA_CH7 54
279# define OMAP_INT_730_DMA_CH8 55
280# define OMAP_INT_730_DMA_CH9 56
281# define OMAP_INT_730_DMA_CH10 57
282# define OMAP_INT_730_DMA_CH11 58
283# define OMAP_INT_730_DMA_CH12 59
284# define OMAP_INT_730_DMA_CH13 60
285# define OMAP_INT_730_DMA_CH14 61
286# define OMAP_INT_730_DMA_CH15 62
287# define OMAP_INT_730_NAND 63
288
289/*
290 * OMAP-24xx common IRQ numbers
291 */
292# define OMAP_INT_24XX_SYS_NIRQ 7
293# define OMAP_INT_24XX_SDMA_IRQ0 12
294# define OMAP_INT_24XX_SDMA_IRQ1 13
295# define OMAP_INT_24XX_SDMA_IRQ2 14
296# define OMAP_INT_24XX_SDMA_IRQ3 15
297# define OMAP_INT_24XX_CAM_IRQ 24
298# define OMAP_INT_24XX_DSS_IRQ 25
299# define OMAP_INT_24XX_MAIL_U0_MPU 26
300# define OMAP_INT_24XX_DSP_UMA 27
301# define OMAP_INT_24XX_DSP_MMU 28
302# define OMAP_INT_24XX_GPIO_BANK1 29
303# define OMAP_INT_24XX_GPIO_BANK2 30
304# define OMAP_INT_24XX_GPIO_BANK3 31
305# define OMAP_INT_24XX_GPIO_BANK4 32
306# define OMAP_INT_24XX_GPIO_BANK5 33
307# define OMAP_INT_24XX_MAIL_U3_MPU 34
308# define OMAP_INT_24XX_GPTIMER1 37
309# define OMAP_INT_24XX_GPTIMER2 38
310# define OMAP_INT_24XX_GPTIMER3 39
311# define OMAP_INT_24XX_GPTIMER4 40
312# define OMAP_INT_24XX_GPTIMER5 41
313# define OMAP_INT_24XX_GPTIMER6 42
314# define OMAP_INT_24XX_GPTIMER7 43
315# define OMAP_INT_24XX_GPTIMER8 44
316# define OMAP_INT_24XX_GPTIMER9 45
317# define OMAP_INT_24XX_GPTIMER10 46
318# define OMAP_INT_24XX_GPTIMER11 47
319# define OMAP_INT_24XX_GPTIMER12 48
320# define OMAP_INT_24XX_MCBSP1_IRQ_TX 59
321# define OMAP_INT_24XX_MCBSP1_IRQ_RX 60
322# define OMAP_INT_24XX_MCBSP2_IRQ_TX 62
323# define OMAP_INT_24XX_MCBSP2_IRQ_RX 63
324# define OMAP_INT_24XX_UART1_IRQ 72
325# define OMAP_INT_24XX_UART2_IRQ 73
326# define OMAP_INT_24XX_UART3_IRQ 74
327# define OMAP_INT_24XX_USB_IRQ_GEN 75
328# define OMAP_INT_24XX_USB_IRQ_NISO 76
329# define OMAP_INT_24XX_USB_IRQ_ISO 77
330# define OMAP_INT_24XX_USB_IRQ_HGEN 78
331# define OMAP_INT_24XX_USB_IRQ_HSOF 79
332# define OMAP_INT_24XX_USB_IRQ_OTG 80
333# define OMAP_INT_24XX_MMC_IRQ 83
334# define OMAP_INT_243X_HS_USB_MC 92
335# define OMAP_INT_243X_HS_USB_DMA 93
336# define OMAP_INT_243X_CARKIT 94
337
338struct omap_dma_s;
339struct omap_dma_s *omap_dma_init(target_phys_addr_t base,
340 qemu_irq pic[], struct omap_mpu_state_s *mpu, omap_clk clk);
341
342enum omap_dma_port {
343 emiff = 0,
344 emifs,
345 imif,
346 tipb,
347 local,
348 tipb_mpui,
349 omap_dma_port_last,
350};
351
352struct omap_dma_lcd_channel_s {
353 enum omap_dma_port src;
354 target_phys_addr_t src_f1_top;
355 target_phys_addr_t src_f1_bottom;
356 target_phys_addr_t src_f2_top;
357 target_phys_addr_t src_f2_bottom;
358 /* Destination port is fixed. */
359 int interrupts;
360 int condition;
361 int dual;
362
363 int current_frame;
364 ram_addr_t phys_framebuffer[2];
365 qemu_irq irq;
366 struct omap_mpu_state_s *mpu;
367};
368
369/*
370 * DMA request numbers for OMAP1
371 * See /usr/include/asm-arm/arch-omap/dma.h in Linux.
372 */
373# define OMAP_DMA_NO_DEVICE 0
374# define OMAP_DMA_MCSI1_TX 1
375# define OMAP_DMA_MCSI1_RX 2
376# define OMAP_DMA_I2C_RX 3
377# define OMAP_DMA_I2C_TX 4
378# define OMAP_DMA_EXT_NDMA_REQ0 5
379# define OMAP_DMA_EXT_NDMA_REQ1 6
380# define OMAP_DMA_UWIRE_TX 7
381# define OMAP_DMA_MCBSP1_TX 8
382# define OMAP_DMA_MCBSP1_RX 9
383# define OMAP_DMA_MCBSP3_TX 10
384# define OMAP_DMA_MCBSP3_RX 11
385# define OMAP_DMA_UART1_TX 12
386# define OMAP_DMA_UART1_RX 13
387# define OMAP_DMA_UART2_TX 14
388# define OMAP_DMA_UART2_RX 15
389# define OMAP_DMA_MCBSP2_TX 16
390# define OMAP_DMA_MCBSP2_RX 17
391# define OMAP_DMA_UART3_TX 18
392# define OMAP_DMA_UART3_RX 19
393# define OMAP_DMA_CAMERA_IF_RX 20
394# define OMAP_DMA_MMC_TX 21
395# define OMAP_DMA_MMC_RX 22
396# define OMAP_DMA_NAND 23 /* Not in OMAP310 */
397# define OMAP_DMA_IRQ_LCD_LINE 24 /* Not in OMAP310 */
398# define OMAP_DMA_MEMORY_STICK 25 /* Not in OMAP310 */
399# define OMAP_DMA_USB_W2FC_RX0 26
400# define OMAP_DMA_USB_W2FC_RX1 27
401# define OMAP_DMA_USB_W2FC_RX2 28
402# define OMAP_DMA_USB_W2FC_TX0 29
403# define OMAP_DMA_USB_W2FC_TX1 30
404# define OMAP_DMA_USB_W2FC_TX2 31
405
406/* These are only for 1610 */
407# define OMAP_DMA_CRYPTO_DES_IN 32
408# define OMAP_DMA_SPI_TX 33
409# define OMAP_DMA_SPI_RX 34
410# define OMAP_DMA_CRYPTO_HASH 35
411# define OMAP_DMA_CCP_ATTN 36
412# define OMAP_DMA_CCP_FIFO_NOT_EMPTY 37
413# define OMAP_DMA_CMT_APE_TX_CHAN_0 38
414# define OMAP_DMA_CMT_APE_RV_CHAN_0 39
415# define OMAP_DMA_CMT_APE_TX_CHAN_1 40
416# define OMAP_DMA_CMT_APE_RV_CHAN_1 41
417# define OMAP_DMA_CMT_APE_TX_CHAN_2 42
418# define OMAP_DMA_CMT_APE_RV_CHAN_2 43
419# define OMAP_DMA_CMT_APE_TX_CHAN_3 44
420# define OMAP_DMA_CMT_APE_RV_CHAN_3 45
421# define OMAP_DMA_CMT_APE_TX_CHAN_4 46
422# define OMAP_DMA_CMT_APE_RV_CHAN_4 47
423# define OMAP_DMA_CMT_APE_TX_CHAN_5 48
424# define OMAP_DMA_CMT_APE_RV_CHAN_5 49
425# define OMAP_DMA_CMT_APE_TX_CHAN_6 50
426# define OMAP_DMA_CMT_APE_RV_CHAN_6 51
427# define OMAP_DMA_CMT_APE_TX_CHAN_7 52
428# define OMAP_DMA_CMT_APE_RV_CHAN_7 53
429# define OMAP_DMA_MMC2_TX 54
430# define OMAP_DMA_MMC2_RX 55
431# define OMAP_DMA_CRYPTO_DES_OUT 56
432
433struct omap_mpu_timer_s;
434struct omap_mpu_timer_s *omap_mpu_timer_init(target_phys_addr_t base,
435 qemu_irq irq, omap_clk clk);
436
437struct omap_watchdog_timer_s;
438struct omap_watchdog_timer_s *omap_wd_timer_init(target_phys_addr_t base,
439 qemu_irq irq, omap_clk clk);
440
441struct omap_32khz_timer_s;
442struct omap_32khz_timer_s *omap_os_timer_init(target_phys_addr_t base,
443 qemu_irq irq, omap_clk clk);
444
445struct omap_tipb_bridge_s;
446struct omap_tipb_bridge_s *omap_tipb_bridge_init(target_phys_addr_t base,
447 qemu_irq abort_irq, omap_clk clk);
448
449struct omap_uart_s;
450struct omap_uart_s *omap_uart_init(target_phys_addr_t base,
451 qemu_irq irq, omap_clk clk, CharDriverState *chr);
452
fe71e81a
AZ
453struct omap_mpuio_s;
454struct omap_mpuio_s *omap_mpuio_init(target_phys_addr_t base,
455 qemu_irq kbd_int, qemu_irq gpio_int, qemu_irq wakeup,
456 omap_clk clk);
457qemu_irq *omap_mpuio_in_get(struct omap_mpuio_s *s);
458void omap_mpuio_out_set(struct omap_mpuio_s *s, int line, qemu_irq handler);
459void omap_mpuio_key(struct omap_mpuio_s *s, int row, int col, int down);
460
64330148
AZ
461struct omap_gpio_s;
462struct omap_gpio_s *omap_gpio_init(target_phys_addr_t base,
463 qemu_irq irq, omap_clk clk);
464qemu_irq *omap_gpio_in_get(struct omap_gpio_s *s);
465void omap_gpio_out_set(struct omap_gpio_s *s, int line, qemu_irq handler);
466
d951f6ff
AZ
467struct uwire_slave_s {
468 uint16_t (*receive)(void *opaque);
469 void (*send)(void *opaque, uint16_t data);
470 void *opaque;
471};
472struct omap_uwire_s;
473struct omap_uwire_s *omap_uwire_init(target_phys_addr_t base,
474 qemu_irq *irq, qemu_irq dma, omap_clk clk);
475void omap_uwire_attach(struct omap_uwire_s *s,
476 struct uwire_slave_s *slave, int chipselect);
477
5c1c390f
AZ
478struct omap_rtc_s;
479struct omap_rtc_s *omap_rtc_init(target_phys_addr_t base,
480 qemu_irq *irq, omap_clk clk);
481
d8f699cb
AZ
482struct i2s_codec_s {
483 void *opaque;
484
485 /* The CPU can call this if it is generating the clock signal on the
486 * i2s port. The CODEC can ignore it if it is set up as a clock
487 * master and generates its own clock. */
488 void (*set_rate)(void *opaque, int in, int out);
489
490 void (*tx_swallow)(void *opaque);
491 qemu_irq rx_swallow;
492 qemu_irq tx_start;
493
494 struct i2s_fifo_s {
495 uint8_t *fifo;
496 int len;
497 int start;
498 int size;
499 } in, out;
500};
501struct omap_mcbsp_s;
502struct omap_mcbsp_s *omap_mcbsp_init(target_phys_addr_t base,
503 qemu_irq *irq, qemu_irq *dma, omap_clk clk);
504void omap_mcbsp_i2s_attach(struct omap_mcbsp_s *s, struct i2s_codec_s *slave);
505
c3d2689d
AZ
506/* omap_lcdc.c */
507struct omap_lcd_panel_s;
508void omap_lcdc_reset(struct omap_lcd_panel_s *s);
509struct omap_lcd_panel_s *omap_lcdc_init(target_phys_addr_t base, qemu_irq irq,
510 struct omap_dma_lcd_channel_s *dma, DisplayState *ds,
511 ram_addr_t imif_base, ram_addr_t emiff_base, omap_clk clk);
512
b30bb3a2
AZ
513/* omap_mmc.c */
514struct omap_mmc_s;
515struct omap_mmc_s *omap_mmc_init(target_phys_addr_t base,
87ecb68b 516 BlockDriverState *bd,
b30bb3a2
AZ
517 qemu_irq irq, qemu_irq dma[], omap_clk clk);
518void omap_mmc_reset(struct omap_mmc_s *s);
8e129e07 519void omap_mmc_handlers(struct omap_mmc_s *s, qemu_irq ro, qemu_irq cover);
b30bb3a2 520
02645926
AZ
521/* omap_i2c.c */
522struct omap_i2c_s;
523struct omap_i2c_s *omap_i2c_init(target_phys_addr_t base,
524 qemu_irq irq, qemu_irq *dma, omap_clk clk);
525void omap_i2c_reset(struct omap_i2c_s *s);
526i2c_bus *omap_i2c_bus(struct omap_i2c_s *s);
527
c3d2689d
AZ
528# define cpu_is_omap310(cpu) (cpu->mpu_model == omap310)
529# define cpu_is_omap1510(cpu) (cpu->mpu_model == omap1510)
530# define cpu_is_omap15xx(cpu) \
531 (cpu_is_omap310(cpu) || cpu_is_omap1510(cpu))
532# define cpu_class_omap1(cpu) 1
533
534struct omap_mpu_state_s {
535 enum omap1_mpu_model {
536 omap310,
537 omap1510,
538 } mpu_model;
539
540 CPUState *env;
541
542 qemu_irq *irq[2];
543 qemu_irq *drq;
544
545 qemu_irq wakeup;
546
547 struct omap_dma_port_if_s {
5fafdf24 548 uint32_t (*read[3])(struct omap_mpu_state_s *s,
c3d2689d
AZ
549 target_phys_addr_t offset);
550 void (*write[3])(struct omap_mpu_state_s *s,
551 target_phys_addr_t offset, uint32_t value);
552 int (*addr_valid)(struct omap_mpu_state_s *s,
553 target_phys_addr_t addr);
554 } port[omap_dma_port_last];
555
556 unsigned long sdram_size;
557 unsigned long sram_size;
558
559 /* MPUI-TIPB peripherals */
d951f6ff
AZ
560 struct omap_uart_s *uart[3];
561
562 struct omap_gpio_s *gpio;
c3d2689d 563
d8f699cb
AZ
564 struct omap_mcbsp_s *mcbsp1;
565 struct omap_mcbsp_s *mcbsp3;
566
c3d2689d
AZ
567 /* MPU public TIPB peripherals */
568 struct omap_32khz_timer_s *os_timer;
569
b30bb3a2
AZ
570 struct omap_mmc_s *mmc;
571
d951f6ff
AZ
572 struct omap_mpuio_s *mpuio;
573
574 struct omap_uwire_s *microwire;
575
66450b15 576 struct {
66450b15
AZ
577 uint8_t output;
578 uint8_t level;
579 uint8_t enable;
580 int clk;
581 } pwl;
582
f34c417b 583 struct {
f34c417b
AZ
584 uint8_t frc;
585 uint8_t vrc;
586 uint8_t gcr;
587 omap_clk clk;
588 } pwt;
589
4a2c8ac2
AZ
590 struct omap_i2c_s *i2c;
591
02645926
AZ
592 struct omap_rtc_s *rtc;
593
d8f699cb
AZ
594 struct omap_mcbsp_s *mcbsp2;
595
c3d2689d
AZ
596 /* MPU private TIPB peripherals */
597 struct omap_intr_handler_s *ih[2];
598
599 struct omap_dma_s *dma;
600
601 struct omap_mpu_timer_s *timer[3];
602 struct omap_watchdog_timer_s *wdt;
603
604 struct omap_lcd_panel_s *lcd;
605
606 target_phys_addr_t ulpd_pm_base;
607 uint32_t ulpd_pm_regs[21];
608 int64_t ulpd_gauge_start;
609
610 target_phys_addr_t pin_cfg_base;
611 uint32_t func_mux_ctrl[14];
612 uint32_t comp_mode_ctrl[1];
613 uint32_t pull_dwn_ctrl[4];
614 uint32_t gate_inh_ctrl[1];
615 uint32_t voltage_ctrl[1];
616 uint32_t test_dbg_ctrl[1];
617 uint32_t mod_conf_ctrl[1];
618 int compat1509;
619
620 uint32_t mpui_ctrl;
621 target_phys_addr_t mpui_base;
622
623 struct omap_tipb_bridge_s *private_tipb;
624 struct omap_tipb_bridge_s *public_tipb;
625
626 target_phys_addr_t tcmi_base;
627 uint32_t tcmi_regs[17];
628
629 struct dpll_ctl_s {
630 target_phys_addr_t base;
631 uint16_t mode;
632 omap_clk dpll;
633 } dpll[3];
634
635 omap_clk clks;
636 struct {
637 target_phys_addr_t mpu_base;
638 target_phys_addr_t dsp_base;
639
640 int cold_start;
641 int clocking_scheme;
642 uint16_t arm_ckctl;
643 uint16_t arm_idlect1;
644 uint16_t arm_idlect2;
645 uint16_t arm_ewupct;
646 uint16_t arm_rstct1;
647 uint16_t arm_rstct2;
648 uint16_t arm_ckout1;
649 int dpll1_mode;
650 uint16_t dsp_idlect1;
651 uint16_t dsp_idlect2;
652 uint16_t dsp_rstct2;
653 } clkm;
654} *omap310_mpu_init(unsigned long sdram_size,
655 DisplayState *ds, const char *core);
656
657# if TARGET_PHYS_ADDR_BITS == 32
658# define OMAP_FMT_plx "%#08x"
659# elif TARGET_PHYS_ADDR_BITS == 64
660# define OMAP_FMT_plx "%#08" PRIx64
661# else
662# error TARGET_PHYS_ADDR_BITS undefined
663# endif
664
9596ebb7
PB
665uint32_t omap_badwidth_read8(void *opaque, target_phys_addr_t addr);
666void omap_badwidth_write8(void *opaque, target_phys_addr_t addr,
667 uint32_t value);
b30bb3a2
AZ
668uint32_t omap_badwidth_read16(void *opaque, target_phys_addr_t addr);
669void omap_badwidth_write16(void *opaque, target_phys_addr_t addr,
670 uint32_t value);
671uint32_t omap_badwidth_read32(void *opaque, target_phys_addr_t addr);
672void omap_badwidth_write32(void *opaque, target_phys_addr_t addr,
673 uint32_t value);
674
c3d2689d
AZ
675# define OMAP_BAD_REG(paddr) \
676 printf("%s: Bad register " OMAP_FMT_plx "\n", __FUNCTION__, paddr)
677# define OMAP_RO_REG(paddr) \
678 printf("%s: Read-only register " OMAP_FMT_plx "\n", \
679 __FUNCTION__, paddr)
b854bc19
AZ
680
681# define TCMI_VERBOSE 1
d8f699cb 682//# define MEM_VERBOSE 1
b854bc19
AZ
683
684# ifdef TCMI_VERBOSE
685# define OMAP_8B_REG(paddr) \
66450b15
AZ
686 printf("%s: 8-bit register " OMAP_FMT_plx "\n", \
687 __FUNCTION__, paddr)
b854bc19 688# define OMAP_16B_REG(paddr) \
c3d2689d
AZ
689 printf("%s: 16-bit register " OMAP_FMT_plx "\n", \
690 __FUNCTION__, paddr)
b854bc19 691# define OMAP_32B_REG(paddr) \
c3d2689d
AZ
692 printf("%s: 32-bit register " OMAP_FMT_plx "\n", \
693 __FUNCTION__, paddr)
b854bc19
AZ
694# else
695# define OMAP_8B_REG(paddr)
696# define OMAP_16B_REG(paddr)
697# define OMAP_32B_REG(paddr)
698# endif
c3d2689d 699
cf965d24
AZ
700# define OMAP_MPUI_REG_MASK 0x000007ff
701
d8f699cb
AZ
702# ifdef MEM_VERBOSE
703struct io_fn {
704 CPUReadMemoryFunc **mem_read;
705 CPUWriteMemoryFunc **mem_write;
706 void *opaque;
707 int in;
708};
709
710static uint32_t io_readb(void *opaque, target_phys_addr_t addr)
711{
712 struct io_fn *s = opaque;
713 uint32_t ret;
714
715 s->in ++;
716 ret = s->mem_read[0](s->opaque, addr);
717 s->in --;
718 if (!s->in)
719 fprintf(stderr, "%08x ---> %02x\n", (uint32_t) addr, ret);
720 return ret;
721}
722static uint32_t io_readh(void *opaque, target_phys_addr_t addr)
723{
724 struct io_fn *s = opaque;
725 uint32_t ret;
726
727 s->in ++;
728 ret = s->mem_read[1](s->opaque, addr);
729 s->in --;
730 if (!s->in)
731 fprintf(stderr, "%08x ---> %04x\n", (uint32_t) addr, ret);
732 return ret;
733}
734static uint32_t io_readw(void *opaque, target_phys_addr_t addr)
735{
736 struct io_fn *s = opaque;
737 uint32_t ret;
738
739 s->in ++;
740 ret = s->mem_read[2](s->opaque, addr);
741 s->in --;
742 if (!s->in)
743 fprintf(stderr, "%08x ---> %08x\n", (uint32_t) addr, ret);
744 return ret;
745}
746static void io_writeb(void *opaque, target_phys_addr_t addr, uint32_t value)
747{
748 struct io_fn *s = opaque;
749
750 if (!s->in)
751 fprintf(stderr, "%08x <--- %02x\n", (uint32_t) addr, value);
752 s->in ++;
753 s->mem_write[0](s->opaque, addr, value);
754 s->in --;
755}
756static void io_writeh(void *opaque, target_phys_addr_t addr, uint32_t value)
757{
758 struct io_fn *s = opaque;
759
760 if (!s->in)
761 fprintf(stderr, "%08x <--- %04x\n", (uint32_t) addr, value);
762 s->in ++;
763 s->mem_write[1](s->opaque, addr, value);
764 s->in --;
765}
766static void io_writew(void *opaque, target_phys_addr_t addr, uint32_t value)
767{
768 struct io_fn *s = opaque;
769
770 if (!s->in)
771 fprintf(stderr, "%08x <--- %08x\n", (uint32_t) addr, value);
772 s->in ++;
773 s->mem_write[2](s->opaque, addr, value);
774 s->in --;
775}
776
777static CPUReadMemoryFunc *io_readfn[] = { io_readb, io_readh, io_readw, };
778static CPUWriteMemoryFunc *io_writefn[] = { io_writeb, io_writeh, io_writew, };
779
780inline static int debug_register_io_memory(int io_index,
781 CPUReadMemoryFunc **mem_read, CPUWriteMemoryFunc **mem_write,
782 void *opaque)
783{
784 struct io_fn *s = qemu_malloc(sizeof(struct io_fn));
785
786 s->mem_read = mem_read;
787 s->mem_write = mem_write;
788 s->opaque = opaque;
789 s->in = 0;
790 return cpu_register_io_memory(io_index, io_readfn, io_writefn, s);
791}
792# define cpu_register_io_memory debug_register_io_memory
793# endif
794
87ecb68b
PB
795/* Not really omap specific, but is the only thing that uses the
796 uwire interface. */
797/* tsc210x.c */
798struct uwire_slave_s *tsc2102_init(qemu_irq pint, AudioState *audio);
799struct i2s_codec_s *tsc210x_codec(struct uwire_slave_s *chip);
800
c3d2689d 801#endif /* hw_omap_h */