Home
last modified time | relevance | path

Searched refs:reg_1 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/wbwd/
H A Dwbwd.c120 uint8_t reg_1; member
253 sbuf_printf(&sb, "CR%02X 0x%02x ", sc->ctl_reg, sc->reg_1); in sysctl_wb_debug()
274 sc->reg_1 = superio_read(sc->dev, sc->ctl_reg); in sysctl_wb_debug_current()
349 (sc->reg_1 & WB_LDN8_CRF5_SCALE) ? 60 : 1, in wb_print_state()
352 sc->reg_timeout * ((sc->reg_1 & WB_LDN8_CRF5_SCALE) ? 60 : 1), in wb_print_state()
354 sc->ctl_reg, sc->reg_1, sc->csr_reg, sc->reg_2); in wb_print_state()
388 sc->reg_1 = superio_read(sc->dev, sc->ctl_reg); in wb_set_watchdog()
392 sc->reg_1 |= WB_LDN8_CRF5_SCALE; in wb_set_watchdog()
398 sc->reg_1 &= ~WB_LDN8_CRF5_SCALE; in wb_set_watchdog()
410 superio_write(sc->dev, sc->ctl_reg, sc->reg_1); in wb_set_watchdog()
[all …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_regs_s2m.h218 uint32_t reg_1; member
H A Dal_hal_udma_debug.c200 AL_UDMA_PRINT_REG(udma, " ", "\n", m2s, m2s_feature, reg_1); in al_udma_regs_m2s_feature_print()
316 AL_UDMA_PRINT_REG(udma, " ", "\n", s2m, s2m_feature, reg_1); in al_udma_regs_s2m_feature_print()
H A Dal_hal_udma_regs_m2s.h266 uint32_t reg_1; member