Lines Matching refs:chip_info
744 struct pxa2xx_spi_chip *chip_info = in set_dma_burst_and_threshold() local
778 if (chip_info) in set_dma_burst_and_threshold()
779 req_burst_size = chip_info->dma_burst_size; in set_dma_burst_and_threshold()
1173 struct pxa2xx_spi_chip *chip_info = NULL; in setup() local
1225 chip_info = spi->controller_data; in setup()
1229 if (chip_info) { in setup()
1230 if (chip_info->cs_control) in setup()
1231 chip->cs_control = chip_info->cs_control; in setup()
1232 if (chip_info->timeout) in setup()
1233 chip->timeout = chip_info->timeout; in setup()
1234 if (chip_info->tx_threshold) in setup()
1235 tx_thres = chip_info->tx_threshold; in setup()
1236 if (chip_info->rx_threshold) in setup()
1237 rx_thres = chip_info->rx_threshold; in setup()
1240 if (chip_info->enable_loopback) in setup()