Home
last modified time | relevance | path

Searched refs:trch_state (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/dma/qcom/
H A Dhidma_ll.c349 lldev->trch_state = HIDMA_CH_DISABLED; in hidma_ll_reset()
489 lldev->trch_state = HIDMA_CH_ENABLED; in hidma_ll_enable()
512 lldev->trch_state = HIDMA_CH_STATE(val); in hidma_ll_isenabled()
517 if (hidma_is_chan_enabled(lldev->trch_state) && in hidma_ll_isenabled()
590 lldev->trch_state = HIDMA_CH_SUSPENDED; in hidma_ll_disable()
H A Dhidma.h48 u8 trch_state; /* trch_state of the device */ member
H A Dhidma_dbg.c60 seq_printf(s, "trch_state = 0x%x\n", lldev->trch_state); in hidma_ll_devstats()