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

  /src/sys/dev/isa/
itesio_isa.c 86 static uint8_t itesio_ecreadreg(struct itesio_softc *, int);
293 cr = itesio_ecreadreg(sc, ITESIO_EC_CONFIG);
299 cr = itesio_ecreadreg(sc, ITESIO_EC_BEEPEER);
406 itesio_ecreadreg(struct itesio_softc *sc, int reg) function in typeref:typename:uint8_t
555 sdata = itesio_ecreadreg(sc, ITESIO_EC_SENSORTEMPBASE + edata->sensor);
576 sdata = itesio_ecreadreg(sc, ITESIO_EC_SENSORVOLTBASE + i);
588 vbatcr = itesio_ecreadreg(sc, ITESIO_EC_CONFIG);
621 sdata = itesio_ecreadreg(sc, ITESIO_EC_SENSORVOLTBASE + i);
623 sdata = itesio_ecreadreg(sc,
659 mode = itesio_ecreadreg(sc, ITESIO_EC_FAN16_CER)
    [all...]

Completed in 442 milliseconds