Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c708 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()
H A Dsibareg.h150 #define SIBA_TML_RESET 0x0001 /* reset */ macro