Home
last modified time | relevance | path

Searched refs:omap_gpmc_s (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Domap_gpmc.c30 struct omap_gpmc_s { struct
95 static void omap_gpmc_int_update(struct omap_gpmc_s *s) in omap_gpmc_int_update()
219 static void fill_prefetch_fifo(struct omap_gpmc_s *s) in fill_prefetch_fifo()
293 struct omap_gpmc_s *s = opaque; in omap_gpmc_prefetch_read()
323 struct omap_gpmc_s *s = opaque; in omap_gpmc_prefetch_write()
393 static void omap_gpmc_cs_map(struct omap_gpmc_s *s, int cs) in omap_gpmc_cs_map()
429 static void omap_gpmc_cs_unmap(struct omap_gpmc_s *s, int cs) in omap_gpmc_cs_unmap()
444 void omap_gpmc_reset(struct omap_gpmc_s *s) in omap_gpmc_reset()
512 struct omap_gpmc_s *s = opaque; in omap_gpmc_read()
624 struct omap_gpmc_s *s = opaque; in omap_gpmc_write()
[all …]
/openbmc/qemu/include/hw/arm/
H A Domap.h166 struct omap_gpmc_s;
167 struct omap_gpmc_s *omap_gpmc_init(struct omap_mpu_state_s *mpu,
170 void omap_gpmc_reset(struct omap_gpmc_s *s);
171 void omap_gpmc_attach(struct omap_gpmc_s *s, int cs, MemoryRegion *iomem);
172 void omap_gpmc_attach_nand(struct omap_gpmc_s *s, int cs, DeviceState *nand);
972 struct omap_gpmc_s *gpmc;