HomeSort by: relevance | last modified time | path
    Searched defs:REG_CONTROL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/ti/
ti_dpll_clock.c 117 REG_CONTROL,
269 control = RD4(sc, REG_CONTROL);
272 WR4(sc, REG_CONTROL, control);
283 WR4(sc, REG_CONTROL, control);
309 control = RD4(sc, REG_CONTROL);
312 WR4(sc, REG_CONTROL, control);
322 WR4(sc, REG_CONTROL, control);
  /src/sys/arch/hppa/gsc/
gsckbc.c 68 #define REG_CONTROL 0x8 /* Control Bits */
288 bus_space_write_1(sc->sc_iot, sc->sc_ioh, REG_CONTROL, CTRL_ENBL);

Completed in 13 milliseconds