Searched refs:cur_bpw (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_s3c64xx.c155 * @cur_bpw: Stores the active bits per word settings.
175 unsigned cur_mode, cur_bpw; member in struct:s3c64xx_spi_driver_data
254 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff)
286 writel(((xfer->len * 8 / sdd->cur_bpw) & 0xffff)
429 switch (sdd->cur_bpw) {
582 || sdd->cur_bpw != spi->bits_per_word) {
583 sdd->cur_bpw = spi->bits_per_word;
611 if (bpw != sdd->cur_bpw || speed != sdd->cur_speed) {
612 sdd->cur_bpw = bpw;
974 sdd->cur_bpw
[all...]

Completed in 48 milliseconds