Lines Matching defs:omap_mpu_state_s
552 struct omap_mpu_state_s { struct
553 enum omap_mpu_model {
558 } mpu_model;
582 uint32_t (*read[3])(struct omap_mpu_state_s *s, argument
588 } port[__omap_dma_port_last];
590 uint64_t sdram_size;
591 unsigned long sram_size;
594 struct omap_uart_s *uart[3];
596 DeviceState *gpio;
598 struct omap_mcbsp_s *mcbsp1;
599 struct omap_mcbsp_s *mcbsp3;
602 struct omap_32khz_timer_s *os_timer;
604 struct omap_mmc_s *mmc;
606 struct omap_mpuio_s *mpuio;
608 struct omap_uwire_s *microwire;
610 struct omap_pwl_s *pwl;
611 struct omap_pwt_s *pwt;
612 DeviceState *i2c[2];
614 struct omap_rtc_s *rtc;
616 struct omap_mcbsp_s *mcbsp2;
618 struct omap_lpg_s *led[2];
621 DeviceState *ih[2];
623 struct soc_dma_s *dma;
625 struct omap_mpu_timer_s *timer[3];
626 struct omap_watchdog_timer_s *wdt;
628 struct omap_lcd_panel_s *lcd;
630 uint32_t ulpd_pm_regs[21];
631 int64_t ulpd_gauge_start;
633 uint32_t func_mux_ctrl[14];
634 uint32_t comp_mode_ctrl[1];
635 uint32_t pull_dwn_ctrl[4];
636 uint32_t gate_inh_ctrl[1];
637 uint32_t voltage_ctrl[1];
638 uint32_t test_dbg_ctrl[1];
639 uint32_t mod_conf_ctrl[1];
640 int compat1509;
642 uint32_t mpui_ctrl;
644 struct omap_tipb_bridge_s *private_tipb;
645 struct omap_tipb_bridge_s *public_tipb;
670 struct omap_mpu_state_s *omap310_mpu_init(MemoryRegion *sdram, argument