Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Dspi.c453 spi_set_err_code(chip, SPI_NO_ERR); in spi_set_parameter()
477 spi_set_err_code(chip, SPI_NO_ERR); in spi_read_flash_id()
563 spi_set_err_code(chip, SPI_NO_ERR); in spi_read_flash()
656 spi_set_err_code(chip, SPI_NO_ERR); in spi_write_flash()
828 spi_set_err_code(chip, SPI_NO_ERR); in spi_erase_flash()
H A Dspi.h16 #define SPI_NO_ERR 0x00 macro