Home
last modified time | relevance | path

Searched refs:omap_mcbsp_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/platform_data/
H A Dasoc-ti-mcbsp.h15 struct omap_mcbsp_ops { struct
21 struct omap_mcbsp_ops *ops; argument
/openbmc/linux/arch/arm/mach-omap1/
H A Dmcbsp.c76 static struct omap_mcbsp_ops omap1_mcbsp_ops = {
/openbmc/qemu/hw/arm/
H A Domap1.c3437 static const MemoryRegionOps omap_mcbsp_ops = { variable
3477 memory_region_init_io(&s->iomem, NULL, &omap_mcbsp_ops, s, "omap-mcbsp", 0x800); in omap_mcbsp_init()