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

/freebsd-12-stable/sys/dev/nvram2env/
H A Dnvram2env.c155 static uint32_t read_4(struct nvram2env_softc * sc, int offset) function
181 sig = read_4(sc, 0);
182 size = read_4(sc, 4);
204 /* use read_4 to swap bytes if it's required */
206 *tmp = read_4(sc, i);
/freebsd-12-stable/tools/tools/dmardump/
H A Ddmardump.c49 read_4(char *regs, size_t offset) function
164 ver = read_4(regs, DMAR_VER_REG);
165 gsts = read_4(regs, DMAR_GSTS_REG);

Completed in 102 milliseconds