Home
last modified time | relevance | path

Searched refs:superio_write (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/dev/ftwd/
H A Dftwd.c87 superio_write(dev, 0xf0, 0x00); // Disable WDTRST# in ftwd_func()
88 superio_write(dev, 0xf6, val); // Set Counter in ftwd_func()
91 superio_write(dev, 0xf5, 0x7d); // minutes, act high, 125ms in ftwd_func()
93 superio_write(dev, 0xf5, 0x75); // seconds, act high, 125ms in ftwd_func()
96 superio_write(dev, 0xf7, 0x01); // Disable PME in ftwd_func()
98 superio_write(dev, 0xf0, 0x81); // Enable WDTRST# in ftwd_func()
100 superio_write(dev, 0xf0, 0x00); // Disable WDTRST in ftwd_func()
/freebsd-13.1/sys/dev/wbwd/
H A Dwbwd.c330 superio_write(sc->dev, sc->csr_reg, sc->reg_2); in sysctl_wb_force_test_nmi()
408 superio_write(sc->dev, sc->csr_reg, sc->reg_2); in wb_set_watchdog()
412 superio_write(sc->dev, sc->ctl_reg, sc->reg_1); in wb_set_watchdog()
542 superio_write(dev, 0x29, t); in wb_attach()
547 superio_write(dev, 0x2b, t); in wb_attach()
551 superio_write(dev, 0x2B, t); /* set GPIO3 to WDT0 */ in wb_attach()
560 superio_write(dev, sc->ctl_reg, t); in wb_attach()
566 superio_write(dev, 0x2C, t); in wb_attach()
589 superio_write(dev, sc->ctl_reg, t); in wb_attach()
606 superio_write(dev, sc->ctl_reg, sc->reg_1); in wb_attach()
[all …]
/freebsd-13.1/sys/dev/itwd/
H A Ditwd.c104 superio_write(dev, 0x73, val); in wd_func()
106 superio_write(dev, 0x73, val); in wd_func()
118 superio_write(dev, 0x71, val & ~((uint8_t)0x01)); in itwd_intr()
142 superio_write(dev, 0x74, 0); in itwd_attach()
143 superio_write(dev, 0x73, 0); in itwd_attach()
192 superio_write(dev, 0x71, 0); in itwd_attach()
193 superio_write(dev, 0x72, 0x80 | (uint8_t)irq); in itwd_attach()
/freebsd-13.1/sys/dev/superio/
H A Dsuperio.h53 void superio_write(device_t dev, uint8_t reg, uint8_t val);
H A Dsuperio.c885 superio_write(device_t dev, uint8_t reg, uint8_t val) in superio_write() function
/freebsd-13.1/sys/dev/nctgpio/
H A Dnctgpio.c240 superio_write(sc->dev, ioreg, val); in nct_write_reg()
389 superio_write(sc->dev_f, reg, outcfg); in nct_set_pin_opendrain()
401 superio_write(sc->dev_f, reg, outcfg); in nct_set_pin_pushpull()
/freebsd-13.1/share/man/man9/
H A DMakefile2414 superio.9 superio_write.9