Home
last modified time | relevance | path

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

/include/asm-generic/
Dio.h74 void log_post_write_mmio(u64 val, u8 width, volatile void __iomem *addr,
85 static inline void log_post_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_post_write_mmio() function
245 log_post_write_mmio(value, 8, addr, _THIS_IP_); in writeb()
257 log_post_write_mmio(value, 16, addr, _THIS_IP_); in writew()
269 log_post_write_mmio(value, 32, addr, _THIS_IP_); in writel()
282 log_post_write_mmio(value, 64, addr, _THIS_IP_); in writeq()
350 log_post_write_mmio(value, 8, addr, _THIS_IP_); in writeb_relaxed()
360 log_post_write_mmio(value, 16, addr, _THIS_IP_); in writew_relaxed()
370 log_post_write_mmio(value, 32, addr, _THIS_IP_); in writel_relaxed()
380 log_post_write_mmio(value, 64, addr, _THIS_IP_); in writeq_relaxed()