Searched refs:THC_M_PRT_CONTROL_THC_DEVINT_QUIESCE_EN (Results 1 – 2 of 2) sorted by relevance
644 if (!(ctrl & THC_M_PRT_CONTROL_THC_DEVINT_QUIESCE_EN) && !int_quiesce) { in thc_interrupt_quiesce()649 if ((ctrl & THC_M_PRT_CONTROL_THC_DEVINT_QUIESCE_EN) && int_quiesce) { in thc_interrupt_quiesce()657 THC_M_PRT_CONTROL_THC_DEVINT_QUIESCE_EN, in thc_interrupt_quiesce()658 THC_M_PRT_CONTROL_THC_DEVINT_QUIESCE_EN); in thc_interrupt_quiesce()673 THC_M_PRT_CONTROL_THC_DEVINT_QUIESCE_EN, 0); in thc_interrupt_quiesce()
377 #define THC_M_PRT_CONTROL_THC_DEVINT_QUIESCE_EN BIT(1) macro