Home
last modified time | relevance | path

Searched refs:current_chip (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-lib.c540 int chip = this->current_chip; in gpmi_send_command()
582 int chip = this->current_chip; in gpmi_send_data()
624 int chip = this->current_chip; in gpmi_read_data()
672 int chip = this->current_chip; in gpmi_send_page()
716 int chip = this->current_chip; in gpmi_read_page()
Dgpmi-nand.c815 this->current_chip, ret); in gpmi_cmd_ctrl()
825 return gpmi_is_ready(this, this->current_chip); in gpmi_dev_ready()
838 if (this->current_chip < 0 && chipnr >= 0) { in gpmi_select_chip()
842 } else if (this->current_chip >= 0 && chipnr < 0) { in gpmi_select_chip()
859 this->current_chip = chipnr; in gpmi_select_chip()
1621 saved_chip_number = this->current_chip; in mx23_check_transcription_stamp()
1692 saved_chip_number = this->current_chip; in mx23_write_transcription_stamp()
1903 this->current_chip = -1; in gpmi_nand_init()
Dgpmi-nand.h132 int current_chip; member
/Linux-v4.19/drivers/spi/
Dspi-topcliff-pch.c183 struct spi_device *current_chip; member
534 if (data->current_chip != NULL) { in pch_spi_select_chip()
537 data->current_chip = NULL; in pch_spi_select_chip()
541 data->current_chip = pspi; in pch_spi_select_chip()
543 data->n_curnt_chip = data->current_chip->chip_select; in pch_spi_select_chip()