Home
last modified time | relevance | path

Searched refs:axi_m2s (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_udma_config.c137 struct al_udma_m2s_axi_conf *axi_m2s) in al_udma_m2s_axi_set() argument
141 al_udma_m2s_axi_sm_set(&axi_m2s->comp_write, in al_udma_m2s_axi_set()
146 al_udma_m2s_axi_sm_set(&axi_m2s->data_read, in al_udma_m2s_axi_set()
149 &udma->udma_regs->m2s.axi_m2s.data_rd_cfg); in al_udma_m2s_axi_set()
151 al_udma_m2s_axi_sm_set(&axi_m2s->desc_read, in al_udma_m2s_axi_set()
157 if (axi_m2s->break_on_max_boundary == AL_TRUE) in al_udma_m2s_axi_set()
165 reg |= (axi_m2s->min_axi_beats << in al_udma_m2s_axi_set()
172 reg |= axi_m2s->ostand_max_data_read & in al_udma_m2s_axi_set()
175 reg |= (axi_m2s->ostand_max_desc_read << in al_udma_m2s_axi_set()
179 reg |= (axi_m2s->ostand_max_comp_req << in al_udma_m2s_axi_set()
[all …]
H A Dal_hal_udma_debug.c53 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, axi_m2s, comp_wr_cfg_1); in al_udma_regs_m2s_axi_print()
54 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, axi_m2s, comp_wr_cfg_2); in al_udma_regs_m2s_axi_print()
55 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, axi_m2s, data_rd_cfg_1); in al_udma_regs_m2s_axi_print()
56 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, axi_m2s, data_rd_cfg_2); in al_udma_regs_m2s_axi_print()
57 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, axi_m2s, desc_rd_cfg_1); in al_udma_regs_m2s_axi_print()
58 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, axi_m2s, desc_rd_cfg_2); in al_udma_regs_m2s_axi_print()
59 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, axi_m2s, data_rd_cfg); in al_udma_regs_m2s_axi_print()
60 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, axi_m2s, desc_rd_cfg_3); in al_udma_regs_m2s_axi_print()
63 AL_UDMA_PRINT_REG_FIELD(udma, " ", "\n", "%d", m2s, axi_m2s, in al_udma_regs_m2s_axi_print()
67 AL_UDMA_PRINT_REG_FIELD(udma, " ", "\n", "%d", m2s, axi_m2s, in al_udma_regs_m2s_axi_print()
[all …]
H A Dal_hal_udma_config.h362 struct al_udma_m2s_axi_conf *axi_m2s);
H A Dal_hal_udma_regs_m2s.h345 struct udma_axi_m2s axi_m2s; /* [0x100] */ member