Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hardware/mISDN/
Dhfcsusb.h36 #define NT_ACTIVATION_TIMER 0x01 /* enables NT mode activation Timer */ macro
Dhfcsusb.c644 hw->timers &= ~NT_ACTIVATION_TIMER; in ph_state_nt()
651 hw->timers &= ~NT_ACTIVATION_TIMER; in ph_state_nt()
654 hw->timers |= NT_ACTIVATION_TIMER; in ph_state_nt()
662 hw->timers &= ~NT_ACTIVATION_TIMER; in ph_state_nt()
670 hw->timers &= ~NT_ACTIVATION_TIMER; in ph_state_nt()
1366 && (hw->timers & NT_ACTIVATION_TIMER)) { in tx_iso_complete()