Searched defs:chip_select_num (Results 1 - 1 of 1) sorted by relevance

/drivers/spi/
H A Dspi-bfin5xx.c116 u8 chip_select_num; member in struct:bfin_spi_slave_data
166 if (likely(chip->chip_select_num < MAX_CTRL_CS))
175 if (likely(chip->chip_select_num < MAX_CTRL_CS))
189 if (chip->chip_select_num < MAX_CTRL_CS)
196 if (chip->chip_select_num < MAX_CTRL_CS)
1062 chip->chip_select_num = spi->chip_select;
1063 if (chip->chip_select_num < MAX_CTRL_CS) {
1071 chip->cs_gpio = chip->chip_select_num - MAX_CTRL_CS;
1113 if (chip->chip_select_num >= MAX_CTRL_CS) {
1132 dev_dbg(&spi->dev, "chip select number is %d\n", chip->chip_select_num);
[all...]

Completed in 114 milliseconds