Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_udma_main.c503 uint32_t stream_if; in al_udma_state_get() local
515 stream_if = AL_REG_FIELD_GET(state_reg, in al_udma_state_get()
526 al_assert(stream_if != UDMA_STATE_RESERVED); in al_udma_state_get()
531 if ((comp_ctrl == UDMA_STATE_ABORT) || (stream_if == UDMA_STATE_ABORT) in al_udma_state_get()
538 || (stream_if == UDMA_STATE_NORMAL) in al_udma_state_get()
H A Dal_hal_udma_debug.c84 stream_if, in al_udma_regs_m2s_general_print()