Home
last modified time | relevance | path

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

/freebsd/sys/dev/amdsbwd/
H A Damd_chipset.h92 #define AMDSB8_PM_WDT_CTRL 0x4c macro
H A Damdsbwd.c351 val = pmio_read(pmres, AMDSB8_PM_WDT_CTRL); in amdsbwd_probe_sb8xx()
354 pmio_write(pmres, AMDSB8_PM_WDT_CTRL, val); in amdsbwd_probe_sb8xx()
356 val = pmio_read(pmres, AMDSB8_PM_WDT_CTRL); in amdsbwd_probe_sb8xx()
357 amdsbwd_verbose_printf(dev, "AMDSB8_PM_WDT_CTRL value = %#04x\n", val); in amdsbwd_probe_sb8xx()