Lines Matching refs:mode

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);
117 * @param mode The operating mode for the SPI interface. The interface
126 extern int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout, int num_ports);
134 * @param mode The operating mode for the SPI interface. The interface
141 extern int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout);
189 * @param mode The operating mode for the SPI interface. The interface
195 extern int cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode);
202 * @param mode The operating mode for the SPI interface. The interface
210 extern int cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode, int num_ports);
217 * @param mode The operating mode for the SPI interface. The interface
224 extern int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout);
231 * @param mode The operating mode for the SPI interface. The interface
238 extern int cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout);
245 * @param mode The operating mode for the SPI interface. The interface
252 extern int cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout);
259 * @param mode The operating mode for the SPI interface. The interface
265 extern int cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode);