Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_debug.c162 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, m2s_comp, cfg_1c); in al_udma_regs_m2s_comp_print()
164 AL_UDMA_PRINT_REG_FIELD(udma, " ", "\n", "%d", m2s, m2s_comp, cfg_1c, in al_udma_regs_m2s_comp_print()
167 AL_UDMA_PRINT_REG_FIELD(udma, " ", "\n", "%d", m2s, m2s_comp, cfg_1c, in al_udma_regs_m2s_comp_print()
170 AL_UDMA_PRINT_REG_BIT(udma, " ", "\n", m2s, m2s_comp, cfg_1c, in al_udma_regs_m2s_comp_print()
173 AL_UDMA_PRINT_REG_BIT(udma, " ", "\n", m2s, m2s_comp, cfg_1c, in al_udma_regs_m2s_comp_print()
176 AL_UDMA_PRINT_REG_FIELD(udma, " ", "\n", "%d", m2s, m2s_comp, cfg_1c, in al_udma_regs_m2s_comp_print()
180 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, m2s_comp, cfg_coal); in al_udma_regs_m2s_comp_print()
181 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, m2s_comp, cfg_application_ack); in al_udma_regs_m2s_comp_print()
H A Dal_hal_udma_config.c896 uint32_t reg = al_reg_read32(&udma->udma_regs->m2s.m2s_comp.cfg_1c); in al_udma_m2s_comp_timeouts_set()
919 al_reg_write32(&udma->udma_regs->m2s.m2s_comp.cfg_1c, reg); in al_udma_m2s_comp_timeouts_set()
921 al_reg_write32(&udma->udma_regs->m2s.m2s_comp.cfg_coal in al_udma_m2s_comp_timeouts_set()
924 reg = al_reg_read32(&udma->udma_regs->m2s.m2s_comp.cfg_application_ack); in al_udma_m2s_comp_timeouts_set()
927 al_reg_write32(&udma->udma_regs->m2s.m2s_comp.cfg_application_ack, reg); in al_udma_m2s_comp_timeouts_set()
934 uint32_t reg = al_reg_read32(&udma->udma_regs->m2s.m2s_comp.cfg_1c); in al_udma_m2s_comp_timeouts_get()
956 &udma->udma_regs->m2s.m2s_comp.cfg_coal); in al_udma_m2s_comp_timeouts_get()
959 &udma->udma_regs->m2s.m2s_comp.cfg_application_ack); in al_udma_m2s_comp_timeouts_get()
H A Dal_hal_udma_regs_m2s.h351 struct udma_m2s_comp m2s_comp; /* [0x400] */ member
H A Dal_hal_udma_main.c90 al_reg_write32(&tmp_unit_regs->m2s.m2s_comp.cfg_application_ack in al_udma_set_defaults()