Searched refs:mpu (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/arm/ |
H A D | omap1.c | 730 static void omap_ulpd_pm_reset(struct omap_mpu_state_s *mpu) in omap_ulpd_pm_reset() argument 732 mpu->ulpd_pm_regs[0x00 >> 2] = 0x0001; in omap_ulpd_pm_reset() 733 mpu->ulpd_pm_regs[0x04 >> 2] = 0x0000; in omap_ulpd_pm_reset() 734 mpu->ulpd_pm_regs[0x08 >> 2] = 0x0001; in omap_ulpd_pm_reset() 735 mpu->ulpd_pm_regs[0x0c >> 2] = 0x0000; in omap_ulpd_pm_reset() 736 mpu->ulpd_pm_regs[0x10 >> 2] = 0x0000; in omap_ulpd_pm_reset() 737 mpu->ulpd_pm_regs[0x18 >> 2] = 0x01; in omap_ulpd_pm_reset() 738 mpu->ulpd_pm_regs[0x1c >> 2] = 0x01; in omap_ulpd_pm_reset() 739 mpu->ulpd_pm_regs[0x20 >> 2] = 0x01; in omap_ulpd_pm_reset() 740 mpu->ulpd_pm_regs[0x24 >> 2] = 0x03ff; in omap_ulpd_pm_reset() [all …]
|
H A D | omap_sx1.c | 101 struct omap_mpu_state_s *mpu; in sx1_init() local 127 mpu = omap310_mpu_init(machine->ram, machine->cpu_type); in sx1_init() 189 arm_load_kernel(mpu->cpu, machine, &sx1_binfo); in sx1_init()
|
/qemu/hw/display/ |
H A D | omap_lcdc.c | 348 if (!s->dma->mpu->port[s->dma->src].addr_valid(s->dma->mpu, in omap_lcd_update() 350 !s->dma->mpu->port[ in omap_lcd_update() 351 s->dma->src].addr_valid(s->dma->mpu, in omap_lcd_update() 354 (!s->dma->mpu->port[ in omap_lcd_update() 355 s->dma->src].addr_valid(s->dma->mpu, in omap_lcd_update() 357 !s->dma->mpu->port[ in omap_lcd_update() 358 s->dma->src].addr_valid(s->dma->mpu, in omap_lcd_update()
|
/qemu/hw/misc/ |
H A D | omap_clk.c | 590 struct clk *omap_findclk(struct omap_mpu_state_s *mpu, const char *name) in omap_findclk() argument 594 for (i = mpu->clks; i->name; i ++) in omap_findclk() 706 void omap_clk_init(struct omap_mpu_state_s *mpu) in omap_clk_init() argument 712 if (cpu_is_omap310(mpu)) in omap_clk_init() 714 else if (cpu_is_omap1510(mpu)) in omap_clk_init() 722 mpu->clks = g_new0(struct clk, count + 1); in omap_clk_init() 723 for (i = onchip_clks, j = mpu->clks; *i; i ++) in omap_clk_init() 726 for (k = mpu->clks; k < j; k ++) in omap_clk_init() 740 for (j = mpu->clks; count --; j ++) { in omap_clk_init()
|
/qemu/include/hw/arm/ |
H A D | omap.h | 50 omap_clk omap_findclk(struct omap_mpu_state_s *mpu, const char *name); 51 void omap_clk_init(struct omap_mpu_state_s *mpu); 339 qemu_irq lcd_irq, struct omap_mpu_state_s *mpu, omap_clk clk, 343 struct omap_mpu_state_s *mpu, int fifo, 414 struct omap_mpu_state_s *mpu; member
|
/qemu/hw/dma/ |
H A D | omap_dma.c | 108 struct omap_mpu_state_s *mpu; member 510 src_p = &s->mpu->port[ch->port[0]]; 511 dest_p = &s->mpu->port[ch->port[1]]; 512 if ((!ch->constant_fill && !src_p->addr_valid(s->mpu, a->src)) || 513 (!dest_p->addr_valid(s->mpu, a->dest))) { 1623 qemu_irq lcd_irq, struct omap_mpu_state_s *mpu, omap_clk clk, 1637 s->mpu = mpu; 1640 s->lcd_ch.mpu = mpu; 1668 mpu->drq = s->dma->drq;
|
/qemu/tests/data/qobject/ |
H A D | qdict.txt | 3320 cplb-mpu: 4096
|