/dports/emulators/mess/mame-mame0226/src/devices/machine/ |
H A D | s3c44b0.cpp | 247 memset(&m_wdt, 0, sizeof(s3c44b0_wdt_t)); in s3c44b0_device() 397 save_item(NAME(m_wdt.regs.wtcon)); in device_start() 398 save_item(NAME(m_wdt.regs.wtdat)); in device_start() 399 save_item(NAME(m_wdt.regs.wtcnt)); in device_start() 1677 if ((m_wdt.regs.wtcon & (1 << 5)) != 0) in wdt_r() 1694 prescaler = BITS(m_wdt.regs.wtcon, 15, 8); in wdt_start() 1697 hz = freq / m_wdt.regs.wtcnt; in wdt_start() 1706 m_wdt.timer->adjust(attotime::never, 0); in wdt_stop() 1711 if ((m_wdt.regs.wtcon & (1 << 5)) != 0) in wdt_recalc() 1738 if ((m_wdt.regs.wtcon & (1 << 2)) != 0) in TIMER_CALLBACK_MEMBER() [all …]
|
H A D | s3c24xx.hxx | 2135 if (BIT(m_wdt.regs.wtcon, 5)) in s3c24xx_wdt_r() 2138 data = m_wdt.calc_current_count(); in s3c24xx_wdt_r() 2161 hz = freq / m_wdt.regs.wtcnt; in s3c24xx_wdt_start() 2165 m_wdt.freq = freq; in s3c24xx_wdt_start() 2166 m_wdt.cnt = m_wdt.regs.wtcnt; in s3c24xx_wdt_start() 2174 m_wdt.regs.wtcnt = m_wdt.calc_current_count(); in s3c24xx_wdt_stop() 2176 m_wdt.regs.wtcnt = 0; in s3c24xx_wdt_stop() 2183 if (BIT(m_wdt.regs.wtcon, 5)) in s3c24xx_wdt_recalc() 2209 if (BIT(m_wdt.regs.wtcon, 2)) in TIMER_CALLBACK_MEMBER() 2217 if (BIT(m_wdt.regs.wtcon, 0)) in TIMER_CALLBACK_MEMBER() [all …]
|
H A D | s3c2400.cpp | 190 memset(&m_wdt, 0, sizeof(m_wdt)); in s3c2400_device()
|
H A D | s3c2440.cpp | 268 memset(&m_wdt, 0, sizeof(m_wdt)); in s3c2440_device()
|
H A D | s3c2410.cpp | 252 memset(&m_wdt, 0, sizeof(m_wdt)); in s3c2410_device()
|
H A D | s3c2400.h | 469 wdt_t m_wdt; variable
|
H A D | s3c44b0.h | 587 s3c44b0_wdt_t m_wdt; variable
|
H A D | s3c2410.h | 579 wdt_t m_wdt; variable
|
H A D | s3c2440.h | 623 wdt_t m_wdt; variable
|
/dports/emulators/mame/mame-mame0226/src/devices/machine/ |
H A D | s3c44b0.cpp | 247 memset(&m_wdt, 0, sizeof(s3c44b0_wdt_t)); in s3c44b0_device() 397 save_item(NAME(m_wdt.regs.wtcon)); in device_start() 398 save_item(NAME(m_wdt.regs.wtdat)); in device_start() 399 save_item(NAME(m_wdt.regs.wtcnt)); in device_start() 1677 if ((m_wdt.regs.wtcon & (1 << 5)) != 0) in wdt_r() 1694 prescaler = BITS(m_wdt.regs.wtcon, 15, 8); in wdt_start() 1697 hz = freq / m_wdt.regs.wtcnt; in wdt_start() 1706 m_wdt.timer->adjust(attotime::never, 0); in wdt_stop() 1711 if ((m_wdt.regs.wtcon & (1 << 5)) != 0) in wdt_recalc() 1738 if ((m_wdt.regs.wtcon & (1 << 2)) != 0) in TIMER_CALLBACK_MEMBER() [all …]
|
H A D | s3c24xx.hxx | 2135 if (BIT(m_wdt.regs.wtcon, 5)) in s3c24xx_wdt_r() 2138 data = m_wdt.calc_current_count(); in s3c24xx_wdt_r() 2161 hz = freq / m_wdt.regs.wtcnt; in s3c24xx_wdt_start() 2165 m_wdt.freq = freq; in s3c24xx_wdt_start() 2166 m_wdt.cnt = m_wdt.regs.wtcnt; in s3c24xx_wdt_start() 2174 m_wdt.regs.wtcnt = m_wdt.calc_current_count(); in s3c24xx_wdt_stop() 2176 m_wdt.regs.wtcnt = 0; in s3c24xx_wdt_stop() 2183 if (BIT(m_wdt.regs.wtcon, 5)) in s3c24xx_wdt_recalc() 2209 if (BIT(m_wdt.regs.wtcon, 2)) in TIMER_CALLBACK_MEMBER() 2217 if (BIT(m_wdt.regs.wtcon, 0)) in TIMER_CALLBACK_MEMBER() [all …]
|
H A D | s3c2400.cpp | 190 memset(&m_wdt, 0, sizeof(m_wdt)); in s3c2400_device()
|
H A D | s3c2410.cpp | 252 memset(&m_wdt, 0, sizeof(m_wdt)); in s3c2410_device()
|
H A D | s3c2440.cpp | 268 memset(&m_wdt, 0, sizeof(m_wdt)); in s3c2440_device()
|
H A D | s3c2400.h | 469 wdt_t m_wdt; variable
|
H A D | s3c44b0.h | 587 s3c44b0_wdt_t m_wdt; variable
|
H A D | s3c2410.h | 579 wdt_t m_wdt; variable
|
H A D | s3c2440.h | 623 wdt_t m_wdt; variable
|