Searched refs:octeon_wdt_write_hex (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | octeon-wdt-main.c | 173 static void octeon_wdt_write_hex(u64 value, int digits) in octeon_wdt_write_hex() function 225 octeon_wdt_write_hex(coreid, 2); in octeon_wdt_nmi_stage3() 231 octeon_wdt_write_hex(reg[i], 16); in octeon_wdt_nmi_stage3() 236 octeon_wdt_write_hex(cp0_error_epc, 16); in octeon_wdt_nmi_stage3() 239 octeon_wdt_write_hex(cp0_epc, 16); in octeon_wdt_nmi_stage3() 243 octeon_wdt_write_hex(cp0_status, 16); in octeon_wdt_nmi_stage3() 245 octeon_wdt_write_hex(cp0_cause, 16); in octeon_wdt_nmi_stage3() 251 octeon_wdt_write_hex(cvmx_read_csr(CVMX_CIU2_SRC_PPX_IP2_WDOG(coreid)), 16); in octeon_wdt_nmi_stage3() 253 octeon_wdt_write_hex(cvmx_read_csr(CVMX_CIU2_EN_PPX_IP2_WDOG(coreid)), 16); in octeon_wdt_nmi_stage3() 256 octeon_wdt_write_hex(cvmx_read_csr(CVMX_CIU2_SRC_PPX_IP2_RML(coreid)), 16); in octeon_wdt_nmi_stage3() [all …]
|