Searched refs:INVOKE_CB (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-spi.c | 75 #define INVOKE_CB(function_p, args...) \ macro 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() 156 INVOKE_CB(cvmx_spi_callbacks.calendar_sync_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() 200 INVOKE_CB(cvmx_spi_callbacks.calendar_sync_cb, interface, mode, timeout); in cvmx_spi_restart_interface() [all …]
|