Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dmacronix.c95 nor->params->set_4byte_addr_mode = spi_nor_set_4byte_addr_mode; in macronix_default_init()
H A Dwinbond.c118 ret = spi_nor_set_4byte_addr_mode(nor, enable); in winbond_set_4byte_addr_mode()
H A Dmicron-st.c130 ret = spi_nor_set_4byte_addr_mode(nor, enable); in st_micron_set_4byte_addr_mode()
H A Dcore.h410 int spi_nor_set_4byte_addr_mode(struct spi_nor *nor, bool enable);
H A Dcore.c380 int spi_nor_set_4byte_addr_mode(struct spi_nor *nor, bool enable) in spi_nor_set_4byte_addr_mode() function