Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Domap_dma.c40 int16_t element_index[2]; member
180 ch->element_index[omap_3_1 ? 0 : i] - 1; in omap_dma_channel_load()
185 ch->element_index[omap_3_1 ? 0 : i] - 1; in omap_dma_channel_load()
187 ch->element_index[omap_3_1 ? 0 : i]; in omap_dma_channel_load()
707 memset(&s->ch[i].element_index, 0, sizeof(s->ch[i].element_index));
811 *value = ch->element_index[0];
826 *value = ch->element_index[1];
953 ch->element_index[0] = (int16_t) value;
961 ch->element_index[1] = (int16_t) value;
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h4047 MLXSW_ITEM32(reg, qeec, element_index, 0x04, 0, 8);