Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c206 static int spinand_get_otp(struct spi_device *spi_nand, u8 *otp) in spinand_get_otp() function
261 retval = spinand_get_otp(spi_nand, &otp); in spinand_enable_ecc()
271 return spinand_get_otp(spi_nand, &otp); in spinand_enable_ecc()
280 retval = spinand_get_otp(spi_nand, &otp); in spinand_disable_ecc()
289 return spinand_get_otp(spi_nand, &otp); in spinand_disable_ecc()
812 spinand_get_otp(info->spi, state->buf); in spinand_cmdfunc()
843 ret = spinand_get_otp(spi_nand, &otp); in spinand_lock_block()