Searched refs:RESET_OFFSET (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/arm/allwinner/
H A Daw_reset.c52 #define RESET_OFFSET(index) ((index / 32) * 4) macro
83 reg_value = RESET_READ(sc, RESET_OFFSET(id));
88 RESET_WRITE(sc, RESET_OFFSET(id), reg_value);
103 reg_value = RESET_READ(sc, RESET_OFFSET(id));
/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_heap.c136 * RESET_OFFSET is used for sanity checks. It sets ofs
139 #define RESET_OFFSET(h, i) do { \ macro
207 // XXX why removing RESET_OFFSET increases runtime by 10% ?
208 RESET_OFFSET(h, father);

Completed in 69 milliseconds