Home
last modified time | relevance | path

Searched refs:spi_nor_set_4byte_addr_mode (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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.c114 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.h404 int spi_nor_set_4byte_addr_mode(struct spi_nor *nor, bool enable);
H A Dcore.c365 * spi_nor_set_4byte_addr_mode() - Enter/Exit 4-byte address mode.
372 int spi_nor_set_4byte_addr_mode(struct spi_nor *nor, bool enable) in spi_nor_set_4byte_addr_mode() function
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dspansion.c434 ret = spi_nor_set_4byte_addr_mode(nor, true); in cypress_nor_set_addr_mode_nbytes()
456 return spi_nor_set_4byte_addr_mode(nor, true); in cypress_nor_set_addr_mode_nbytes()
459 return spi_nor_set_4byte_addr_mode(nor, true); in cypress_nor_set_addr_mode_nbytes()
H A Dcore.h662 int spi_nor_set_4byte_addr_mode(struct spi_nor *nor, bool enable);
H A Dcore.c3152 * spi_nor_set_4byte_addr_mode() - Set address mode.
3158 int spi_nor_set_4byte_addr_mode(struct spi_nor *nor, bool enable) in spi_nor_set_4byte_addr_mode() function
3221 err = spi_nor_set_4byte_addr_mode(nor, true); in spi_nor_init()
3342 ret = spi_nor_set_4byte_addr_mode(nor, false); in spi_nor_restore()

Completed in 13 milliseconds