Lines Matching refs:WRITE
70 #define WRITE(_sc, _r, _v) bus_space_write_4((_sc)->bst, (_sc)->bsh, (_r), (_v)) macro
146 WRITE(sc, APPLE_WDOG_WD0_CNTL, 0); in apple_wdog_attach()
147 WRITE(sc, APPLE_WDOG_WD1_CNTL, 0); in apple_wdog_attach()
181 WRITE(sc, APPLE_WDOG_WD1_CNTL, 0); in apple_wdog_watchdog_fn()
188 WRITE(sc, APPLE_WDOG_WD1_TIMER, 0); in apple_wdog_watchdog_fn()
189 WRITE(sc, APPLE_WDOG_WD1_RESET, ticks); in apple_wdog_watchdog_fn()
190 WRITE(sc, APPLE_WDOG_WD1_CNTL, APPLE_WDOG_CNTL_RSTENABLE); in apple_wdog_watchdog_fn()
194 WRITE(sc, APPLE_WDOG_WD1_CNTL, 0); in apple_wdog_watchdog_fn()
210 WRITE(sc, APPLE_WDOG_WD1_CNTL, APPLE_WDOG_CNTL_RSTENABLE); in apple_wdog_reboot_system()
211 WRITE(sc, APPLE_WDOG_WD1_RESET, 1); in apple_wdog_reboot_system()
212 WRITE(sc, APPLE_WDOG_WD1_TIMER, 0); in apple_wdog_reboot_system()