Lines Matching defs:cur_chip
344 * @cur_chip: pointer to current clients chip(assigned from controller_state)
379 struct chip_data *cur_chip;
520 pl022->cur_chip = NULL;
554 struct chip_data *chip = pl022->cur_chip;
701 pl022->rx += (pl022->cur_chip->n_bytes);
723 pl022->tx += (pl022->cur_chip->n_bytes);
750 pl022->rx += (pl022->cur_chip->n_bytes);
1344 residue = pl022->cur_transfer->len % pl022->cur_chip->n_bytes;
1350 pl022->cur_chip->n_bytes);
1359 pl022->tx ? pl022->cur_chip->write : WRITING_NULL;
1360 pl022->read = pl022->rx ? pl022->cur_chip->read : READING_NULL;
1423 if (pl022->cur_chip->enable_dma) {
1457 if (pl022->cur_chip->enable_dma) {
1589 pl022->cur_chip = spi_get_ctldata(msg->spi);
1597 if (pl022->cur_chip->xfer_type == POLLING_TRANSFER)