Searched refs:WDT_REG (Results 1 - 1 of 1) sorted by relevance

/seL4-l4v-10.1.1/seL4/src/plat/am335x/machine/
H A Dhardware.c35 #define WDT_REG(base, off) ((volatile uint32_t *)((base) + (off))) macro
46 *WDT_REG(wdt, WDT_REG_WSPR) = 0xaaaa;
47 while ((*WDT_REG(wdt, WDT_REG_WWPS) & WDT_WWPS_PEND_WSPR)) {
50 *WDT_REG(wdt, WDT_REG_WSPR) = 0x5555;
51 while ((*WDT_REG(wdt, WDT_REG_WWPS) & WDT_WWPS_PEND_WSPR)) {

Completed in 74 milliseconds