Searched refs:cvmx_spi_mode_t (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-spi.h44 } cvmx_spi_mode_t; typedef in typeref:enum:__anon15611
49 int (*reset_cb) (int interface, cvmx_spi_mode_t mode);
52 int (*calendar_setup_cb) (int interface, cvmx_spi_mode_t mode,
56 int (*clock_detect_cb) (int interface, cvmx_spi_mode_t mode,
60 int (*training_cb) (int interface, cvmx_spi_mode_t mode, int timeout);
63 int (*calendar_sync_cb) (int interface, cvmx_spi_mode_t mode,
67 int (*interface_up_cb) (int interface, cvmx_spi_mode_t mode);
97 extern int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode,
113 extern int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode,
183 extern int cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mod
[all...]
H A Dcvmx-spi.c105 int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout,
150 int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout)
194 int cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode)
310 int cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode,
429 int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout)
507 int cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout)
576 int cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout)
632 int cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode)

Completed in 160 milliseconds