Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/gpmi-nand/
Dgpmi-lib.c1124 int chip = this->current_chip; in gpmi_send_command()
1162 int chip = this->current_chip; in gpmi_send_data()
1200 int chip = this->current_chip; in gpmi_read_data()
1240 int chip = this->current_chip; in gpmi_send_page()
1285 int chip = this->current_chip; in gpmi_read_page()
Dgpmi-nand.c886 this->current_chip, ret); in gpmi_cmd_ctrl()
896 return gpmi_is_ready(this, this->current_chip); in gpmi_dev_ready()
904 if ((this->current_chip < 0) && (chipnr >= 0)) in gpmi_select_chip()
906 else if ((this->current_chip >= 0) && (chipnr < 0)) in gpmi_select_chip()
909 this->current_chip = chipnr; in gpmi_select_chip()
1615 saved_chip_number = this->current_chip; in mx23_check_transcription_stamp()
1686 saved_chip_number = this->current_chip; in mx23_write_transcription_stamp()
1895 this->current_chip = -1; in gpmi_nand_init()
Dgpmi-nand.h166 int current_chip; member
/linux-4.4.14/drivers/spi/
Dspi-topcliff-pch.c186 struct spi_device *current_chip; member
538 if (data->current_chip != NULL) { in pch_spi_select_chip()
541 data->current_chip = NULL; in pch_spi_select_chip()
545 data->current_chip = pspi; in pch_spi_select_chip()
547 data->n_curnt_chip = data->current_chip->chip_select; in pch_spi_select_chip()