atomic_or_uchar
extern void atomic_or_uchar(volatile uchar_t *, uchar_t);
__ATOMIC_OPXX(atomic_or_uchar, uchar_t, uchar_t, "or" SUF_8, "q")