Searched refs:sh_msiof_read (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.c70 static unsigned long sh_msiof_read(struct sh_msiof_spi_priv *p, int reg_offs) function
102 data = sh_msiof_read(p, CTR);
108 if ((sh_msiof_read(p, CTR) & mask) == set)
219 sh_msiof_write(p, STR, sh_msiof_read(p, STR));
279 buf_8[k] = sh_msiof_read(p, RFDR) >> fs;
289 buf_16[k] = sh_msiof_read(p, RFDR) >> fs;
299 put_unaligned(sh_msiof_read(p, RFDR) >> fs, &buf_16[k]);
309 buf_32[k] = sh_msiof_read(p, RFDR) >> fs;
319 put_unaligned(sh_msiof_read(p, RFDR) >> fs, &buf_32[k]);

Completed in 169 milliseconds