Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
Dsimatic-ipc-wdt.c109 u16 resetbit; in wd_secondary_enable() local
114 resetbit = inb(GP_STATUS_REG_227E); in wd_secondary_enable()
115 outb(resetbit & ~SAFE_EN_N_227E, GP_STATUS_REG_227E); in wd_secondary_enable()
118 resetbit = ioread16(wd_reset_base_addr); in wd_secondary_enable()
119 iowrite16(resetbit & ~SAFE_EN_N_427E, wd_reset_base_addr); in wd_secondary_enable()