cvmx_spi_mode_t
int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout,
int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout)
int cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode)
int cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode,
int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout)
int cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout)
int cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout)
int cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode)
extern int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode,
extern int cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode);
extern int cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode,
extern int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode,
extern int cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode,
extern int cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode,
extern int cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode);
int (*reset_cb) (int interface, cvmx_spi_mode_t mode);
int (*calendar_setup_cb) (int interface, cvmx_spi_mode_t mode,
int (*clock_detect_cb) (int interface, cvmx_spi_mode_t mode,
int (*training_cb) (int interface, cvmx_spi_mode_t mode, int timeout);
int (*calendar_sync_cb) (int interface, cvmx_spi_mode_t mode,
int (*interface_up_cb) (int interface, cvmx_spi_mode_t mode);
extern int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode,
cvmx_spi_mode_t mode, int timeout)