Home
last modified time | relevance | path

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

/freebsd/sys/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()
142 &udma->udma_regs->m2s.axi_m2s.comp_wr_cfg_1, in al_udma_m2s_axi_set()
143 &udma->udma_regs->m2s.axi_m2s.comp_wr_cfg_2, in al_udma_m2s_axi_set()
144 &udma->udma_regs->m2s.axi_m2s.desc_wr_cfg_1); in al_udma_m2s_axi_set()
146 al_udma_m2s_axi_sm_set(&axi_m2s->data_read, in al_udma_m2s_axi_set()
147 &udma->udma_regs->m2s.axi_m2s.data_rd_cfg_1, in al_udma_m2s_axi_set()
148 &udma->udma_regs->m2s.axi_m2s.data_rd_cfg_2, 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()
[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()
62 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, axi_m2s, desc_wr_cfg_1); 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()
[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