Searched refs:TS_SHIFT (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/arch/sh/include/cpu-sh3/cpu/
H A Ddma-register.h32 #define TS_SHIFT { \ macro
/linux-4.4.14/arch/sh/include/cpu-sh4/cpu/
H A Ddma-register.h56 #define TS_SHIFT { \ macro
89 #define TS_SHIFT { \ macro
/linux-4.4.14/tools/lib/traceevent/
H A Dkbuffer.h24 #ifndef TS_SHIFT
25 #define TS_SHIFT 27 macro
H A Dkbuffer-parse.c314 extend <<= TS_SHIFT; old_update_pointers() local
380 extend <<= TS_SHIFT; translate_data() local
/linux-4.4.14/arch/sh/drivers/dma/
H A Ddma-sh.c92 static unsigned int ts_shift[] = TS_SHIFT;
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7780.c171 static const unsigned int ts_shift[] = TS_SHIFT;
H A Dsetup-sh7722.c121 static const unsigned int ts_shift[] = TS_SHIFT;
H A Dsetup-sh7785.c241 static const unsigned int ts_shift[] = TS_SHIFT;
H A Dsetup-sh7786.c289 static const unsigned int ts_shift[] = TS_SHIFT;
H A Dsetup-sh7724.c187 static const unsigned int ts_shift[] = TS_SHIFT;
H A Dsetup-sh7757.c386 static const unsigned int ts_shift[] = TS_SHIFT;
/linux-4.4.14/kernel/trace/
H A Dring_buffer.c274 #define TS_SHIFT 27 macro
275 #define TS_MASK ((1ULL << TS_SHIFT) - 1)
2257 event->array[0] = delta >> TS_SHIFT; rb_add_time_stamp()
2529 delta <<= TS_SHIFT; rb_update_write_stamp() local
3463 delta <<= TS_SHIFT; rb_update_read_stamp() local
3494 delta <<= TS_SHIFT; rb_update_iter_read_stamp() local

Completed in 290 milliseconds