Searched refs:UGETDW (Results 1 – 2 of 2) sorted by relevance
55 #define UGETDW(w) \ macro
394 #define UGETDW(w) ((w)[0] | ((w)[1] << 8) | ((w)[2] << 16) | ((w)[3] << 24)) macro413 rum_write(sc, reg, UGETDW(ucode)); in rum_load_microcode()