Searched refs:omap3_spi_priv (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/spi/ |
D | omap3_spi.c | 110 struct omap3_spi_priv { struct 122 static void omap3_spi_write_chconf(struct omap3_spi_priv *priv, int val) in omap3_spi_write_chconf() argument 129 static void omap3_spi_set_enable(struct omap3_spi_priv *priv, int enable) in omap3_spi_set_enable() 136 static int omap3_spi_write(struct omap3_spi_priv *priv, unsigned int len, in omap3_spi_write() 191 static int omap3_spi_read(struct omap3_spi_priv *priv, unsigned int len, in omap3_spi_read() 245 static int omap3_spi_txrx(struct omap3_spi_priv *priv, unsigned int len, in omap3_spi_txrx() 314 static int _spi_xfer(struct omap3_spi_priv *priv, unsigned int bitlen, in _spi_xfer() 355 static void _omap3_spi_set_speed(struct omap3_spi_priv *priv) in _omap3_spi_set_speed() 377 static void _omap3_spi_set_mode(struct omap3_spi_priv *priv) in _omap3_spi_set_mode() 413 static void _omap3_spi_set_wordlen(struct omap3_spi_priv *priv) in _omap3_spi_set_wordlen() [all …]
|