Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio-64-nonatomic-lo-hi.h71 #ifndef iowrite64_lo_hi
72 #define iowrite64_lo_hi iowrite64_lo_hi macro
73 static inline void iowrite64_lo_hi(u64 val, void __iomem *addr) in iowrite64_lo_hi() function
109 #define iowrite64 iowrite64_lo_hi
/linux/include/asm-generic/
H A Diomap.h61 #define iowrite64_lo_hi iowrite64_lo_hi macro
65 extern void iowrite64_lo_hi(u64 val, void __iomem *addr);
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_pcie_mac.c78 iowrite64_lo_hi(0, reg); in t7xx_pcie_mac_atr_tables_dis()
115 iowrite64_lo_hi(value, reg); in t7xx_pcie_mac_atr_cfg()
122 iowrite64_lo_hi(value, reg); in t7xx_pcie_mac_atr_cfg()
H A Dt7xx_cldma.c120 iowrite64_lo_hi(address, reg + offset); in t7xx_cldma_hw_set_start_addr()
/linux/lib/
H A Diomap.c264 void iowrite64_lo_hi(u64 val, void __iomem *addr) in iowrite64_lo_hi() function
296 EXPORT_SYMBOL(iowrite64_lo_hi);
/linux/Documentation/driver-api/
H A Ddevice-io.rst220 iowrite64_lo_hi(), iowrite64_hi_lo(), iowrite64be_lo_hi(), iowrite64be_hi_lo()