Searched refs:__arch_putq32 (Results 1 – 1 of 1) sorted by relevance
41 #define __arch_putq32(v, a) (*(volatile uint32_t *)(a) = (v)) macro47 ({ uint32_t __v = v; __iowmb(); __arch_putq32(__v, c); __v; })