Searched refs:qm_cgm_sts (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/accel/habanalabs/include/gaudi/
H A Dgaudi_masks.h328 #define IS_QM_IDLE(qm_glbl_sts0, qm_cgm_sts) \
330 (((qm_cgm_sts) & CGM_IDLE_MASK) == CGM_IDLE_MASK))
/linux-master/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c99 #define IS_QM_IDLE(qm_glbl_sts0, qm_glbl_sts1, qm_cgm_sts) \
102 (((qm_cgm_sts) & (CGM_IDLE_MASK)) == (CGM_IDLE_MASK)))
7184 u32 qm_glbl_sts0, qm_glbl_sts1, qm_cgm_sts, dma_core_sts0, dma_core_sts1; local
7213 qm_cgm_sts = RREG32(mmDCORE0_EDMA0_QM_CGM_STS + offset);
7215 is_eng_idle = IS_QM_IDLE(qm_glbl_sts0, qm_glbl_sts1, qm_cgm_sts) &&
7234 u32 qm_glbl_sts0, qm_glbl_sts1, qm_cgm_sts, dma_core_sts0, dma_core_sts1; local
7254 qm_cgm_sts = RREG32(mmPDMA0_QM_CGM_STS + offset);
7256 is_eng_idle = IS_QM_IDLE(qm_glbl_sts0, qm_glbl_sts1, qm_cgm_sts) &&
7276 u32 qm_glbl_sts0, qm_glbl_sts1, qm_cgm_sts; local
7301 qm_cgm_sts
7320 u32 qm_glbl_sts0, qm_glbl_sts1, qm_cgm_sts, mme_arch_sts; local
7364 u32 tpc_cfg_sts, qm_glbl_sts0, qm_glbl_sts1, qm_cgm_sts; local
7495 u32 qm_glbl_sts0, qm_glbl_sts1, qm_cgm_sts; local
[all...]
/linux-master/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c5929 u32 qm_glbl_sts0, qm_cgm_sts; local
5948 qm_cgm_sts = RREG32(mmDMA0_QM_CGM_STS + qm_offset);
5949 is_eng_idle = IS_QM_IDLE(qm_glbl_sts0, qm_cgm_sts) &&
5958 qm_cgm_sts = RREG32(mmDMA0_QM_CGM_STS + qm_offset);
5959 is_eng_idle = IS_QM_IDLE(qm_glbl_sts0, qm_cgm_sts) &&
8023 u32 qm_glbl_sts0, qm_cgm_sts, dma_core_sts0, tpc_cfg_sts, mme_arch_sts; local
8038 qm_cgm_sts = RREG32(mmDMA0_QM_CGM_STS + offset);
8040 is_eng_idle = IS_QM_IDLE(qm_glbl_sts0, qm_cgm_sts) &&
8049 qm_cgm_sts, dma_core_sts0);
8060 qm_cgm_sts
[all...]

Completed in 136 milliseconds