Home
last modified time | relevance | path

Searched refs:cvmx_debug_hexToLong (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/contrib/octeon-sdk/
HDcvmx-debug.c572 static int cvmx_debug_hexToLong(const char **ptr, uint64_t *intValue) in cvmx_debug_hexToLong() function
633 if (!cvmx_debug_hexToLong(&buf, &core)) in cvmx_debug_process_packet()
679 if (!cvmx_debug_hexToLong(&buf, &active_cores)) in cvmx_debug_process_packet()
726 if (!cvmx_debug_hexToLong(&buf, &regno)) in cvmx_debug_process_packet()
753 if (!cvmx_debug_hexToLong(&buf, &regno) in cvmx_debug_process_packet()
755 || !cvmx_debug_hexToLong(&buf, &value)) in cvmx_debug_process_packet()
778 if (!cvmx_debug_hexToLong(&buf, &addr) in cvmx_debug_process_packet()
780 || !cvmx_debug_hexToLong(&buf, &length)) in cvmx_debug_process_packet()
810 if (!cvmx_debug_hexToLong(&buf, &addr) in cvmx_debug_process_packet()
812 || !cvmx_debug_hexToLong(&buf, &length) in cvmx_debug_process_packet()
[all …]