Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-spi.c91 static cvmx_spi_callbacks_t cvmx_spi_callbacks = { variable
109 memcpy(callbacks, &cvmx_spi_callbacks, sizeof(cvmx_spi_callbacks)); in cvmx_spi_get_callbacks()
119 memcpy(&cvmx_spi_callbacks, new_callbacks, sizeof(cvmx_spi_callbacks)); in cvmx_spi_set_callbacks()
144 INVOKE_CB( cvmx_spi_callbacks.reset_cb, interface, mode); in cvmx_spi_start_interface()
150 INVOKE_CB(cvmx_spi_callbacks.clock_detect_cb, interface, mode, timeout); in cvmx_spi_start_interface()
153 INVOKE_CB(cvmx_spi_callbacks.training_cb, interface, mode, timeout); in cvmx_spi_start_interface()
159 INVOKE_CB(cvmx_spi_callbacks.interface_up_cb, interface, mode); in cvmx_spi_start_interface()
188 INVOKE_CB(cvmx_spi_callbacks.reset_cb, interface,mode); in cvmx_spi_restart_interface()
194 INVOKE_CB(cvmx_spi_callbacks.clock_detect_cb, interface, mode, timeout); in cvmx_spi_restart_interface()
197 INVOKE_CB(cvmx_spi_callbacks.training_cb, interface, mode, timeout); in cvmx_spi_restart_interface()
[all …]