Searched defs:wr_regl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | horizon.c | 356 static inline void wr_regl (const hrz_dev * dev, unsigned char reg, u32 data) { in wr_regl() function [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sirfsoc_uart.h | 442 #define wr_regl(port, reg, val) __raw_writel(val, portaddr(port, reg)) macro
|
H A D | samsung_tty.c | 184 #define wr_regl(port, reg, val) writel_relaxed(val, portaddr(port, reg)) macro [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | samsung_tty.c | 197 #define wr_regl(port, reg, val) writel_relaxed(val, portaddr(port, reg)) macro [all...] |
Completed in 7 milliseconds