Home
last modified time | relevance | path

Searched refs:TS_SHIFT (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/sh/include/cpu-sh4/cpu/
H A Ddma-register.h53 #define TS_SHIFT { \ macro
86 #define TS_SHIFT { \ macro
/openbmc/linux/arch/sh/include/cpu-sh3/cpu/
H A Ddma-register.h29 #define TS_SHIFT { \ macro
/openbmc/linux/arch/sh/drivers/dma/
H A Ddma-sh.c101 static unsigned int ts_shift[] = TS_SHIFT;
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7780.c167 static const unsigned int ts_shift[] = TS_SHIFT;
H A Dsetup-sh7722.c119 static const unsigned int ts_shift[] = TS_SHIFT;
H A Dsetup-sh7785.c233 static const unsigned int ts_shift[] = TS_SHIFT;
H A Dsetup-sh7786.c281 static const unsigned int ts_shift[] = TS_SHIFT;
H A Dsetup-sh7724.c185 static const unsigned int ts_shift[] = TS_SHIFT;
H A Dsetup-sh7757.c381 static const unsigned int ts_shift[] = TS_SHIFT;
/openbmc/linux/kernel/trace/
H A Dring_buffer.c294 #define TS_SHIFT 27 macro
295 #define TS_MASK ((1ULL << TS_SHIFT) - 1)
303 ts <<= TS_SHIFT; in rb_event_time_stamp()
2857 event->array[0] = delta >> TS_SHIFT; in rb_add_time_stamp()