Searched refs:octeon_wdt_write_hex (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/watchdog/ |
H A D | octeon-wdt-main.c | 174 static void octeon_wdt_write_hex(u64 value, int digits) in octeon_wdt_write_hex() function 228 octeon_wdt_write_hex(coreid, 2); in octeon_wdt_nmi_stage3() 234 octeon_wdt_write_hex(reg[i], 16); in octeon_wdt_nmi_stage3() 239 octeon_wdt_write_hex(cp0_error_epc, 16); in octeon_wdt_nmi_stage3() 242 octeon_wdt_write_hex(cp0_epc, 16); in octeon_wdt_nmi_stage3() 246 octeon_wdt_write_hex(cp0_status, 16); in octeon_wdt_nmi_stage3() 248 octeon_wdt_write_hex(cp0_cause, 16); in octeon_wdt_nmi_stage3() 254 octeon_wdt_write_hex(cvmx_read_csr(CVMX_CIU2_SRC_PPX_IP2_WDOG(coreid)), 16); in octeon_wdt_nmi_stage3() 256 octeon_wdt_write_hex(cvmx_read_csr(CVMX_CIU2_EN_PPX_IP2_WDOG(coreid)), 16); in octeon_wdt_nmi_stage3() 259 octeon_wdt_write_hex(cvmx_read_csr(CVMX_CIU2_SRC_PPX_IP2_RML(coreid)), 16); in octeon_wdt_nmi_stage3() [all …]
|