Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Domap_dma.c76 int omap_3_1_compatible_disable; member
147 int omap_3_1 = !ch->omap_3_1_compatible_disable; in omap_dma_channel_load()
462 if (ch->omap_3_1_compatible_disable) { in omap_dma_transfer_generic()
630 if (ch->omap_3_1_compatible_disable) {
731 s->ch[i].omap_3_1_compatible_disable = 0;
757 *value = ch->omap_3_1_compatible_disable << 10;
775 if (!ch->omap_3_1_compatible_disable && ch->sibling) {
815 if (ch->omap_3_1_compatible_disable)
895 ch->omap_3_1_compatible_disable = (value >> 10) & 0x1;
1021 s->omap_3_1_compatible_disable = (value >> 10) & 0x1;
[all …]
/openbmc/qemu/include/hw/arm/
H A Domap.h392 unsigned char omap_3_1_compatible_disable; member