Searched refs:UGETDW (Results 1 – 1 of 1) sorted by relevance
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()