Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c196 static int spinand_get_otp(struct spi_device *spi_nand, u8 *otp) in spinand_get_otp() function
251 retval = spinand_get_otp(spi_nand, &otp); in spinand_enable_ecc()
261 return spinand_get_otp(spi_nand, &otp); in spinand_enable_ecc()
270 retval = spinand_get_otp(spi_nand, &otp); in spinand_disable_ecc()
279 return spinand_get_otp(spi_nand, &otp); in spinand_disable_ecc()
797 spinand_get_otp(info->spi, state->buf); in spinand_cmdfunc()
828 ret = spinand_get_otp(spi_nand, &otp); in spinand_lock_block()