Searched refs:cvmx_spi_mode_t (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-spi.h | 74 } cvmx_spi_mode_t; typedef 80 int (*reset_cb)(int interface, cvmx_spi_mode_t mode); 83 int (*calendar_setup_cb)(int interface, cvmx_spi_mode_t mode, int num_ports); 86 int (*clock_detect_cb)(int interface, cvmx_spi_mode_t mode, int timeout); 89 int (*training_cb)(int interface, cvmx_spi_mode_t mode, int timeout); 92 int (*calendar_sync_cb)(int interface, cvmx_spi_mode_t mode, int timeout); 95 int (*interface_up_cb)(int interface, cvmx_spi_mode_t mode); 195 extern int cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode); 224 extern int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout); 238 extern int cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout); [all …]
|
| H A D | cvmx-spi.c | 136 int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout, int num_ports) in cvmx_spi_start_interface() 177 int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_restart_interface() 222 int cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode) in cvmx_spi_reset_cb() 327 int cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode, int num_ports) in cvmx_spi_calendar_setup_cb() 436 int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_clock_detect_cb() 508 int cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_training_cb() 577 int cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_calendar_sync_cb() 629 int cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode) in cvmx_spi_interface_up_cb()
|