Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dpl330.c559 static inline bool _queue_full(struct pl330_thread *thrd) in _queue_full() argument
561 return thrd->req[0].desc != NULL && thrd->req[1].desc != NULL; in _queue_full()
564 static inline bool is_manager(struct pl330_thread *thrd) in is_manager() argument
566 return thrd->dmac->manager == thrd; in is_manager()
570 static inline bool _manager_ns(struct pl330_thread *thrd) in _manager_ns() argument
572 return (thrd->dmac->pcfg.mode & DMAC_MODE_NS) ? true : false; in _manager_ns()
871 static bool _until_dmac_idle(struct pl330_thread *thrd) in _until_dmac_idle() argument
873 void __iomem *regs = thrd->dmac->base; in _until_dmac_idle()
890 static inline void _execute_DBGINSN(struct pl330_thread *thrd, in _execute_DBGINSN() argument
893 void __iomem *regs = thrd->dmac->base; in _execute_DBGINSN()
[all …]
/linux/drivers/crypto/intel/qat/qat_6xxx/
H A Dadf_6xxx_hw_data.c233 unsigned int num_services, i, thrd; in adf_gen6_get_arb_mask() local
254 for_each_set_bit(thrd, p_mask, ADF_NUM_THREADS_PER_AE) in adf_gen6_get_arb_mask()
255 thd2arb_mask |= ring_mask << (thrd * 4); in adf_gen6_get_arb_mask()