Home
last modified time | relevance | path

Searched refs:hreg (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/i2c/
Dasc7621.c83 u_int8_t hreg; /* MS-byte register */ member
206 u_int8_t hdata, ldata, hreg, lreg; in adl_refresh() local
213 hreg = adl_worklist[i].hreg; in adl_refresh()
215 sc->sc_addr, &hreg, sizeof hreg, &hdata, sizeof hdata, 0)) { in adl_refresh()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mips.c6700 int hreg, lreg; in macro() local
6704 hreg = treg; in macro()
6709 hreg = treg + 1; in macro()
6713 if (hreg <= 31) in macro()
6714 load_register (hreg, &imm_expr, 0); in macro()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-mips.c6573 int hreg, lreg; in macro() local
6577 hreg = treg; in macro()
6582 hreg = treg + 1; in macro()
6586 if (hreg <= 31) in macro()
6587 load_register (hreg, &imm_expr, 0); in macro()