Searched refs:chip_select_num (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_bfin5xx.c109 u8 chip_select_num; member in struct:chip_data
184 if (likely(chip->chip_select_num)) {
198 if (likely(chip->chip_select_num)) {
1088 chip->chip_select_num = spi->chip_select;
1090 if (chip->chip_select_num == 0) {
1138 dev_dbg(&spi->dev, "chip select number is %d\n", chip->chip_select_num);
1139 if ((chip->chip_select_num > 0)
1140 && (chip->chip_select_num <= spi->master->num_chipselect))
1142 [chip->chip_select_num-1], spi->modalias);
1160 if ((chip->chip_select_num >
[all...]

Completed in 169 milliseconds