Searched defs:osal_writel (Results 1 – 4 of 4) sorted by relevance
264 #define osal_writel(v, x) (*((volatile unsigned int *)(x)) = (v)) macro
263 #define osal_writel(v, x) (*((volatile int *)(x)) = (v)) macro
266 #define osal_writel(v, x) (*((volatile int *)(x)) = (v)) macro