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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_sh_msiof.c255 const unsigned int *buf_32 = tx_buf; local
259 sh_msiof_write(p, TFDR, buf_32[k] << fs);
265 const unsigned int *buf_32 = tx_buf; local
269 sh_msiof_write(p, TFDR, get_unaligned(&buf_32[k]) << fs);
305 unsigned int *buf_32 = rx_buf; local
309 buf_32[k] = sh_msiof_read(p, RFDR) >> fs;
315 unsigned int *buf_32 = rx_buf; local
319 put_unaligned(sh_msiof_read(p, RFDR) >> fs, &buf_32[k]);

Completed in 101 milliseconds