Searched refs:superio_write (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/ftwd/ |
H A D | ftwd.c | 84 superio_write(dev, 0xf0, 0x00); // Disable WDTRST# in ftwd_func() 85 superio_write(dev, 0xf6, val); // Set Counter in ftwd_func() 88 superio_write(dev, 0xf5, 0x7d); // minutes, act high, 125ms in ftwd_func() 90 superio_write(dev, 0xf5, 0x75); // seconds, act high, 125ms in ftwd_func() 93 superio_write(dev, 0xf7, 0x01); // Disable PME in ftwd_func() 95 superio_write(dev, 0xf0, 0x81); // Enable WDTRST# in ftwd_func() 97 superio_write(dev, 0xf0, 0x00); // Disable WDTRST in ftwd_func()
|
/freebsd/sys/dev/wbwd/ |
H A D | wbwd.c | 328 superio_write(sc->dev, sc->csr_reg, sc->reg_2); in sysctl_wb_force_test_nmi() 384 superio_write(sc->dev, sc->time_reg, sc->reg_timeout); in wb_set_watchdog() 406 superio_write(sc->dev, sc->csr_reg, sc->reg_2); in wb_set_watchdog() 410 superio_write(sc->dev, sc->ctl_reg, sc->reg_1); in wb_set_watchdog() 413 superio_write(sc->dev, sc->time_reg, sc->reg_timeout); in wb_set_watchdog() 532 superio_write(dev, 0x2B, t); /* set GPIO24 to WDT0 */ in wb_attach() 538 superio_write(dev, 0x29, t); in wb_attach() 543 superio_write(dev, 0x2b, t); in wb_attach() 547 superio_write(dev, 0x2B, t); /* set GPIO3 to WDT0 */ in wb_attach() 552 superio_write(dev, 0x2D, t); /* set GPIO5 to WDT0 */ in wb_attach() [all …]
|
/freebsd/sys/dev/itwd/ |
H A D | itwd.c | 101 superio_write(dev, 0x73, val); in wd_func() 103 superio_write(dev, 0x73, val); in wd_func() 115 superio_write(dev, 0x71, val & ~((uint8_t)0x01)); in itwd_intr() 139 superio_write(dev, 0x74, 0); in itwd_attach() 140 superio_write(dev, 0x73, 0); in itwd_attach() 189 superio_write(dev, 0x71, 0); in itwd_attach() 190 superio_write(dev, 0x72, 0x80 | (uint8_t)irq); in itwd_attach()
|
/freebsd/sys/dev/ftgpio/ |
H A D | ftgpio.c | 147 superio_write(sc->dev, ioreg, group_value); in ftgpio_group_set_output() 239 superio_write(sc->dev, ioreg, group_drive); in ftgpio_pin_set_drive() 283 superio_write(sc->dev, ioreg, group_io); in ftgpio_pin_set_io() 393 superio_write(sc->dev, GPIO1_ENABLE, 0xFF); in ftgpio_attach() 394 superio_write(sc->dev, GPIO2_ENABLE, 0xFF); in ftgpio_attach() 395 superio_write(sc->dev, GPIO3_ENABLE, 0xFF); in ftgpio_attach() 396 superio_write(sc->dev, GPIO4_ENABLE, 0xFF); in ftgpio_attach() 397 superio_write(sc->dev, FULL_UR5_UR6, 0x0A); in ftgpio_attach()
|
/freebsd/sys/dev/superio/ |
H A D | superio.h | 53 void superio_write(device_t dev, uint8_t reg, uint8_t val);
|
H A D | superio.c | 975 superio_write(device_t dev, uint8_t reg, uint8_t val) in superio_write() function
|
/freebsd/share/man/man9/ |
H A D | Makefile | 2521 superio.9 superio_write.9
|