Searched refs:log_write_mmio (Results 1 – 1 of 1) sorted by relevance
/include/asm-generic/ |
D | io.h | 72 void log_write_mmio(u64 val, u8 width, volatile void __iomem *addr, 83 static inline void log_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_write_mmio() function 241 log_write_mmio(value, 8, addr, _THIS_IP_); in writeb() 253 log_write_mmio(value, 16, addr, _THIS_IP_); in writew() 265 log_write_mmio(value, 32, addr, _THIS_IP_); in writel() 278 log_write_mmio(value, 64, addr, _THIS_IP_); in writeq() 348 log_write_mmio(value, 8, addr, _THIS_IP_); in writeb_relaxed() 358 log_write_mmio(value, 16, addr, _THIS_IP_); in writew_relaxed() 368 log_write_mmio(value, 32, addr, _THIS_IP_); in writel_relaxed() 378 log_write_mmio(value, 64, addr, _THIS_IP_); in writeq_relaxed()
|