Searched refs:superio_write (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/dev/ftwd/ |
| H A D | ftwd.c | 85 superio_write(dev, 0xf0, 0x00); // Disable WDTRST# in ftwd_func() 86 superio_write(dev, 0xf6, val); // Set Counter in ftwd_func() 89 superio_write(dev, 0xf5, 0x7d); // minutes, act high, 125ms in ftwd_func() 91 superio_write(dev, 0xf5, 0x75); // seconds, act high, 125ms in ftwd_func() 94 superio_write(dev, 0xf7, 0x01); // Disable PME in ftwd_func() 96 superio_write(dev, 0xf0, 0x81); // Enable WDTRST# in ftwd_func() 98 superio_write(dev, 0xf0, 0x00); // Disable WDTRST in ftwd_func()
|
| /freebsd-14.2/sys/dev/wbwd/ |
| H A D | wbwd.c | 329 superio_write(sc->dev, sc->csr_reg, sc->reg_2); in sysctl_wb_force_test_nmi() 407 superio_write(sc->dev, sc->csr_reg, sc->reg_2); in wb_set_watchdog() 411 superio_write(sc->dev, sc->ctl_reg, sc->reg_1); in wb_set_watchdog() 539 superio_write(dev, 0x29, t); in wb_attach() 544 superio_write(dev, 0x2b, t); in wb_attach() 548 superio_write(dev, 0x2B, t); /* set GPIO3 to WDT0 */ in wb_attach() 557 superio_write(dev, sc->ctl_reg, t); in wb_attach() 563 superio_write(dev, 0x2C, t); in wb_attach() 586 superio_write(dev, sc->ctl_reg, t); in wb_attach() 603 superio_write(dev, sc->ctl_reg, sc->reg_1); in wb_attach() [all …]
|
| /freebsd-14.2/sys/dev/itwd/ |
| H A D | itwd.c | 102 superio_write(dev, 0x73, val); in wd_func() 104 superio_write(dev, 0x73, val); in wd_func() 116 superio_write(dev, 0x71, val & ~((uint8_t)0x01)); in itwd_intr() 140 superio_write(dev, 0x74, 0); in itwd_attach() 141 superio_write(dev, 0x73, 0); in itwd_attach() 190 superio_write(dev, 0x71, 0); in itwd_attach() 191 superio_write(dev, 0x72, 0x80 | (uint8_t)irq); in itwd_attach()
|
| /freebsd-14.2/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-14.2/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 | 965 superio_write(device_t dev, uint8_t reg, uint8_t val) in superio_write() function
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 2482 superio.9 superio_write.9
|