Searched refs:octeon_wdt_write_hex (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/watchdog/ |
| D | octeon-wdt-main.c | 182 static void octeon_wdt_write_hex(u64 value, int digits) in octeon_wdt_write_hex() function 234 octeon_wdt_write_hex(coreid, 2); in octeon_wdt_nmi_stage3() 240 octeon_wdt_write_hex(reg[i], 16); in octeon_wdt_nmi_stage3() 245 octeon_wdt_write_hex(cp0_error_epc, 16); in octeon_wdt_nmi_stage3() 248 octeon_wdt_write_hex(cp0_epc, 16); in octeon_wdt_nmi_stage3() 252 octeon_wdt_write_hex(cp0_status, 16); in octeon_wdt_nmi_stage3() 254 octeon_wdt_write_hex(cp0_cause, 16); in octeon_wdt_nmi_stage3() 260 octeon_wdt_write_hex(cvmx_read_csr(CVMX_CIU2_SRC_PPX_IP2_WDOG(coreid)), 16); in octeon_wdt_nmi_stage3() 262 octeon_wdt_write_hex(cvmx_read_csr(CVMX_CIU2_EN_PPX_IP2_WDOG(coreid)), 16); in octeon_wdt_nmi_stage3() 265 octeon_wdt_write_hex(cvmx_read_csr(CVMX_CIU2_SRC_PPX_IP2_RML(coreid)), 16); in octeon_wdt_nmi_stage3() [all …]
|