Lines Matching full:width
15 TP_PROTO(unsigned long caller, u64 val, u8 width, volatile void __iomem *addr),
17 TP_ARGS(caller, val, width, addr),
23 __field(u8, width)
30 __entry->width = width;
33 TP_printk("%pS width=%d val=%#llx addr=%#lx",
34 (void *)__entry->caller, __entry->width,
39 TP_PROTO(unsigned long caller, u64 val, u8 width, volatile void __iomem *addr),
40 TP_ARGS(caller, val, width, addr)
44 TP_PROTO(unsigned long caller, u64 val, u8 width, volatile void __iomem *addr),
45 TP_ARGS(caller, val, width, addr)
50 TP_PROTO(unsigned long caller, u8 width, const volatile void __iomem *addr),
52 TP_ARGS(caller, width, addr),
57 __field(u8, width)
63 __entry->width = width;
66 TP_printk("%pS width=%d addr=%#lx",
67 (void *)__entry->caller, __entry->width, __entry->addr)
72 TP_PROTO(unsigned long caller, u64 val, u8 width, const volatile void __iomem *addr),
74 TP_ARGS(caller, val, width, addr),
80 __field(u8, width)
87 __entry->width = width;
90 TP_printk("%pS width=%d val=%#llx addr=%#lx",
91 (void *)__entry->caller, __entry->width,