Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-sh-msiof.c446 const u32 *buf_32 = tx_buf; in sh_msiof_spi_write_fifo_32() local
450 sh_msiof_write(p, SITFDR, buf_32[k] << fs); in sh_msiof_spi_write_fifo_32()
456 const u32 *buf_32 = tx_buf; in sh_msiof_spi_write_fifo_32u() local
460 sh_msiof_write(p, SITFDR, get_unaligned(&buf_32[k]) << fs); in sh_msiof_spi_write_fifo_32u()
466 const u32 *buf_32 = tx_buf; in sh_msiof_spi_write_fifo_s32() local
470 sh_msiof_write(p, SITFDR, swab32(buf_32[k] << fs)); in sh_msiof_spi_write_fifo_s32()
476 const u32 *buf_32 = tx_buf; in sh_msiof_spi_write_fifo_s32u() local
480 sh_msiof_write(p, SITFDR, swab32(get_unaligned(&buf_32[k]) << fs)); in sh_msiof_spi_write_fifo_s32u()
516 u32 *buf_32 = rx_buf; in sh_msiof_spi_read_fifo_32() local
520 buf_32[k] = sh_msiof_read(p, SIRFDR) >> fs; in sh_msiof_spi_read_fifo_32()
[all …]
/linux/sound/usb/
H A Dmixer_scarlett2.c2498 u32 *buf_32 = buf; in scarlett2_usb_get_config() local
2500 for (i = 0; i < count; i++, buf_32++) in scarlett2_usb_get_config()
2501 *buf_32 = le32_to_cpu(*(__le32 *)buf_32); in scarlett2_usb_get_config()
2575 u32 *buf_32 = buf; in scarlett2_usb_set_data_buf() local
2579 ((__le32 *)req->data)[i] = cpu_to_le32(buf_32[i]); in scarlett2_usb_set_data_buf()