Searched refs:SIBA_TML_RESET (Results 1 – 2 of 2) sorted by relevance
708 if (ts_low & SIBA_TML_RESET) in siba_is_hw_suspended()754 ts_low = SIBA_TML_RESET | in siba_reset_hw()778 SIBA_TML_RESET); in siba_reset_hw()815 if (ts_low & SIBA_TML_RESET) in siba_suspend_hw()822 ts_low = SIBA_TML_RESET | SIBA_TML_REJ | in siba_suspend_hw()824 ts_mask = SIBA_TML_RESET | SIBA_TML_REJ | SIBA_TML_SICF_MASK; in siba_suspend_hw()860 ts_low = SIBA_TML_RESET | in siba_suspend_hw()864 ts_mask = SIBA_TML_RESET | in siba_suspend_hw()
150 #define SIBA_TML_RESET 0x0001 /* reset */ macro