Searched defs:HUB_S (Results 1 – 2 of 2) sorted by relevance
285 #define HUB_S(x,d) (*((volatile typeof(*x) *)x) = (d)) macro
270 #define HUB_S(_a, _d) *(_a) = (_d) macro