Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/
Dpl330.c553 static inline bool _queue_full(struct pl330_thread *thrd) in _queue_full() argument
555 return thrd->req[0].desc != NULL && thrd->req[1].desc != NULL; in _queue_full()
558 static inline bool is_manager(struct pl330_thread *thrd) in is_manager() argument
560 return thrd->dmac->manager == thrd; in is_manager()
564 static inline bool _manager_ns(struct pl330_thread *thrd) in _manager_ns() argument
566 return (thrd->dmac->pcfg.mode & DMAC_MODE_NS) ? true : false; in _manager_ns()
865 static bool _until_dmac_idle(struct pl330_thread *thrd) in _until_dmac_idle() argument
867 void __iomem *regs = thrd->dmac->base; in _until_dmac_idle()
884 static inline void _execute_DBGINSN(struct pl330_thread *thrd, in _execute_DBGINSN() argument
887 void __iomem *regs = thrd->dmac->base; in _execute_DBGINSN()
[all …]