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

  /src/sys/arch/macppc/dev/
wdc_obio.c 73 u_int sc_dmaconf[2]; /* per target value of CONFIG_REG */
298 #define CONFIG_REG (0x200) /* IDE access timing register */
307 CONFIG_REG, sc->sc_dmaconf[drive]);
  /src/sys/dev/i2c/
cwfg.c 59 #define CONFIG_REG 0x08
251 if ((error = cwfg_read(sc, CONFIG_REG, &config)) != 0)
259 if ((error = cwfg_write(sc, CONFIG_REG, config)) != 0)
264 if ((error = cwfg_read(sc, CONFIG_REG, &config)) != 0)
296 if ((error = cwfg_read(sc, CONFIG_REG, &config)) != 0)
299 if ((error = cwfg_write(sc, CONFIG_REG, config)) != 0)

Completed in 15 milliseconds