Home
last modified time | relevance | path

Searched refs:buf_32 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/spi/
Dspi-sh-msiof.c440 const u32 *buf_32 = tx_buf; in sh_msiof_spi_write_fifo_32() local
444 sh_msiof_write(p, SITFDR, buf_32[k] << fs); in sh_msiof_spi_write_fifo_32()
450 const u32 *buf_32 = tx_buf; in sh_msiof_spi_write_fifo_32u() local
454 sh_msiof_write(p, SITFDR, get_unaligned(&buf_32[k]) << fs); in sh_msiof_spi_write_fifo_32u()
460 const u32 *buf_32 = tx_buf; in sh_msiof_spi_write_fifo_s32() local
464 sh_msiof_write(p, SITFDR, swab32(buf_32[k] << fs)); in sh_msiof_spi_write_fifo_s32()
470 const u32 *buf_32 = tx_buf; in sh_msiof_spi_write_fifo_s32u() local
474 sh_msiof_write(p, SITFDR, swab32(get_unaligned(&buf_32[k]) << fs)); in sh_msiof_spi_write_fifo_s32u()
510 u32 *buf_32 = rx_buf; in sh_msiof_spi_read_fifo_32() local
514 buf_32[k] = sh_msiof_read(p, SIRFDR) >> fs; in sh_msiof_spi_read_fifo_32()
[all …]
/Linux-v5.10/drivers/tty/serial/
Difx6x60.c221 u32 *buf_32 = (u32 *)buf; in swap_buf_32() local
224 if ((void *)&buf_32[len] > end) { in swap_buf_32()
226 &buf_32[len], end); in swap_buf_32()
230 *buf_32 = cpu_to_be32(*buf_32); in swap_buf_32()
231 buf_32++; in swap_buf_32()