Home
last modified time | relevance | path

Searched refs:time_reg (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/dev/wbwd/
HDwbwd.c102 uint8_t time_reg; member
254 sbuf_printf(&sb, "CR%02X 0x%02x ", sc->time_reg, sc->reg_timeout); in sysctl_wb_debug()
275 sc->reg_timeout = superio_read(sc->dev, sc->time_reg); in sysctl_wb_debug_current()
384 superio_write(sc->dev, sc->time_reg, sc->reg_timeout); in wb_set_watchdog()
413 superio_write(sc->dev, sc->time_reg, sc->reg_timeout); in wb_set_watchdog()
513 sc->time_reg = 0xf4; in wb_attach()
518 sc->time_reg = 0xf1; in wb_attach()
523 sc->time_reg = 0xf6; in wb_attach()
593 sc->reg_timeout = superio_read(dev, sc->time_reg); in wb_attach()
/freebsd-head/sys/dev/iicbus/rtc/
HDpcf85063.c175 uint8_t time_reg, ctrl_reg; in pcf85063_set_time() local
227 error = iicdev_readfrom(dev, PCF85063_TIME_REG, &time_reg, in pcf85063_set_time()
232 time_reg &= ~PCF85063_TIME_REG_OSC_STOP; in pcf85063_set_time()
234 error = iicdev_writeto(dev, PCF85063_TIME_REG, &time_reg, in pcf85063_set_time()