Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dimx7_src.c84 .name = TYPE_IMX7_SRC,
115 HWADDR_PRIx "\n", TYPE_IMX7_SRC, __func__, offset); in imx7_src_read()
177 HWADDR_PRIx "\n", TYPE_IMX7_SRC, __func__, offset); in imx7_src_write()
250 TYPE_IMX7_SRC, 0x1000); in imx7_src_realize()
265 .name = TYPE_IMX7_SRC,
/openbmc/qemu/include/hw/misc/
H A Dimx7_src.h53 #define TYPE_IMX7_SRC "imx7.src" macro
/openbmc/qemu/hw/arm/
H A Dfsl-imx7.c89 object_initialize_child(obj, "src", &s->src, TYPE_IMX7_SRC); in fsl_imx7_init()