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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/spi/
H A Dspi_imx.c57 unsigned int bpw; member in struct:spi_imx_config
211 reg |= (config->bpw - 1) << MX31_CSPICTRL_BC_SHIFT;
213 reg |= (config->bpw - 1) << MX35_CSPICTRL_BL_SHIFT;
281 reg |= config->bpw - 1;
341 reg |= config->bpw - 1;
417 config.bpw = t ? t->bits_per_word : spi->bits_per_word;
424 if (!config.bpw)
425 config.bpw = spi->bits_per_word;
430 if (config.bpw <= 8) {
433 } else if (config.bpw <
[all...]
H A Dau1550_spi.c104 static void au1550_spi_bits_handlers_set(struct au1550_spi *hw, int bpw);
238 unsigned bpw, hz; local
241 bpw = spi->bits_per_word;
245 bpw = t->bits_per_word;
250 if (bpw < 4 || bpw > 24) {
252 bpw);
268 if (hw->usedma && bpw <= 8)
273 cfg |= PSC_SPICFG_SET_LEN(bpw);
694 static void au1550_spi_bits_handlers_set(struct au1550_spi *hw, int bpw) argument
[all...]
H A Dspi_s3c24xx.c129 unsigned int bpw; local
134 bpw = t ? t->bits_per_word : spi->bits_per_word;
137 if (!bpw)
138 bpw = 8;
143 if (bpw != 8) {
144 dev_err(&spi->dev, "invalid bits-per-word (%d)\n", bpw);
H A Dspi_s3c64xx.c577 u8 bpw; local
608 bpw = xfer->bits_per_word ? : spi->bits_per_word;
611 if (bpw != sdd->cur_bpw || speed != sdd->cur_speed) {
612 sdd->cur_bpw = bpw;
H A Dep93xx_spi.c140 #define bits_per_word_to_dss(bpw) ((bpw) - 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/spi/
H A Dspi_imx.c57 unsigned int bpw; member in struct:spi_imx_config
211 reg |= (config->bpw - 1) << MX31_CSPICTRL_BC_SHIFT;
213 reg |= (config->bpw - 1) << MX35_CSPICTRL_BL_SHIFT;
281 reg |= config->bpw - 1;
341 reg |= config->bpw - 1;
417 config.bpw = t ? t->bits_per_word : spi->bits_per_word;
424 if (!config.bpw)
425 config.bpw = spi->bits_per_word;
430 if (config.bpw <= 8) {
433 } else if (config.bpw <
[all...]
H A Dau1550_spi.c104 static void au1550_spi_bits_handlers_set(struct au1550_spi *hw, int bpw);
238 unsigned bpw, hz; local
241 bpw = spi->bits_per_word;
245 bpw = t->bits_per_word;
250 if (bpw < 4 || bpw > 24) {
252 bpw);
268 if (hw->usedma && bpw <= 8)
273 cfg |= PSC_SPICFG_SET_LEN(bpw);
694 static void au1550_spi_bits_handlers_set(struct au1550_spi *hw, int bpw) argument
[all...]
H A Dspi_s3c24xx.c129 unsigned int bpw; local
134 bpw = t ? t->bits_per_word : spi->bits_per_word;
137 if (!bpw)
138 bpw = 8;
143 if (bpw != 8) {
144 dev_err(&spi->dev, "invalid bits-per-word (%d)\n", bpw);
H A Dspi_s3c64xx.c577 u8 bpw; local
608 bpw = xfer->bits_per_word ? : spi->bits_per_word;
611 if (bpw != sdd->cur_bpw || speed != sdd->cur_speed) {
612 sdd->cur_bpw = bpw;
H A Dep93xx_spi.c140 #define bits_per_word_to_dss(bpw) ((bpw) - 1)

Completed in 126 milliseconds