Home
last modified time | relevance | path

Searched defs:wr_regl (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/atm/
H A Dhorizon.c356 static inline void wr_regl (const hrz_dev * dev, unsigned char reg, u32 data) { in wr_regl() function
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsirfsoc_uart.h442 #define wr_regl(port, reg, val) __raw_writel(val, portaddr(port, reg)) macro
H A Dsamsung_tty.c184 #define wr_regl(port, reg, val) writel_relaxed(val, portaddr(port, reg)) macro