| H A D | spi-sh-msiof.c | 298 const void *tx_buf, unsigned int words, in sh_msiof_spi_write_fifo_8() argument 304 for (k = 0; k < words; k++) in sh_msiof_spi_write_fifo_8() 309 const void *tx_buf, unsigned int words, in sh_msiof_spi_write_fifo_16() argument 315 for (k = 0; k < words; k++) in sh_msiof_spi_write_fifo_16() 320 const void *tx_buf, unsigned int words, in sh_msiof_spi_write_fifo_16u() argument 326 for (k = 0; k < words; k++) in sh_msiof_spi_write_fifo_16u() 331 const void *tx_buf, unsigned int words, in sh_msiof_spi_write_fifo_32() argument 337 for (k = 0; k < words; k++) in sh_msiof_spi_write_fifo_32() 342 const void *tx_buf, unsigned int words, in sh_msiof_spi_write_fifo_32u() argument 348 for (k = 0; k < words; in sh_msiof_spi_write_fifo_32u() 353 sh_msiof_spi_write_fifo_s32(struct sh_msiof_spi_priv * p,const void * tx_buf,unsigned int words,unsigned int fs) sh_msiof_spi_write_fifo_s32() argument 365 sh_msiof_spi_write_fifo_s32u(struct sh_msiof_spi_priv * p,const void * tx_buf,unsigned int words,unsigned int fs) sh_msiof_spi_write_fifo_s32u() argument 375 sh_msiof_spi_read_fifo_8(struct sh_msiof_spi_priv * p,void * rx_buf,unsigned int words,unsigned int fs) sh_msiof_spi_read_fifo_8() argument 386 sh_msiof_spi_read_fifo_16(struct sh_msiof_spi_priv * p,void * rx_buf,unsigned int words,unsigned int fs) sh_msiof_spi_read_fifo_16() argument 397 sh_msiof_spi_read_fifo_16u(struct sh_msiof_spi_priv * p,void * rx_buf,unsigned int words,unsigned int fs) sh_msiof_spi_read_fifo_16u() argument 408 sh_msiof_spi_read_fifo_32(struct sh_msiof_spi_priv * p,void * rx_buf,unsigned int words,unsigned int fs) sh_msiof_spi_read_fifo_32() argument 419 sh_msiof_spi_read_fifo_32u(struct sh_msiof_spi_priv * p,void * rx_buf,unsigned int words,unsigned int fs) sh_msiof_spi_read_fifo_32u() argument 430 sh_msiof_spi_read_fifo_s32(struct sh_msiof_spi_priv * p,void * rx_buf,unsigned int words,unsigned int fs) sh_msiof_spi_read_fifo_s32() argument 441 sh_msiof_spi_read_fifo_s32u(struct sh_msiof_spi_priv * p,void * rx_buf,unsigned int words,unsigned int fs) sh_msiof_spi_read_fifo_s32u() argument 579 sh_msiof_spi_txrx_once(struct sh_msiof_spi_priv * p,void (* tx_fifo)(struct sh_msiof_spi_priv *,const void *,unsigned int,unsigned int),void (* rx_fifo)(struct sh_msiof_spi_priv *,void *,unsigned int,unsigned int),const void * tx_buf,void * rx_buf,unsigned int words,unsigned int bits) sh_msiof_spi_txrx_once() argument 772 copy_bswap32(u32 * dst,const u32 * src,unsigned int words) copy_bswap32() argument 791 copy_wswap32(u32 * dst,const u32 * src,unsigned int words) copy_wswap32() argument 810 copy_plain32(u32 * dst,const u32 * src,unsigned int words) copy_plain32() argument 831 unsigned int words; sh_msiof_transfer_one() local [all...] |