Searched refs:TVR_BITS (Results 1 – 1 of 1) sorted by relevance
63 #define TVR_BITS (CONFIG_BASE_SMALL ? 6 : 8) macro65 #define TVR_SIZE (1 << TVR_BITS)68 #define MAX_TVAL ((unsigned long)((1ULL << (TVR_BITS + 4*TVN_BITS)) - 1))366 } else if (idx < 1 << (TVR_BITS + TVN_BITS)) { in __internal_add_timer()367 int i = (expires >> TVR_BITS) & TVN_MASK; in __internal_add_timer()369 } else if (idx < 1 << (TVR_BITS + 2 * TVN_BITS)) { in __internal_add_timer()370 int i = (expires >> (TVR_BITS + TVN_BITS)) & TVN_MASK; in __internal_add_timer()372 } else if (idx < 1 << (TVR_BITS + 3 * TVN_BITS)) { in __internal_add_timer()373 int i = (expires >> (TVR_BITS + 2 * TVN_BITS)) & TVN_MASK; in __internal_add_timer()391 i = (expires >> (TVR_BITS + 3 * TVN_BITS)) & TVN_MASK; in __internal_add_timer()[all …]