Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
Dio.h354 #ifndef readsl
355 #define readsl readsl macro
356 static inline void readsl(const volatile void __iomem *addr, void *buffer, in readsl() function
608 readsl(PCI_IOBASE + addr, buffer, count); in insl()
834 readsl(addr, buffer, count); in ioread32_rep()
/linux-4.19.296/drivers/i2c/busses/
Di2c-tegra.c277 readsl(i2c_dev->base + tegra_i2c_reg_addr(i2c_dev, reg), data, len); in i2c_readsl()