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 D | macronix.c | 95 nor->params->set_4byte_addr_mode = spi_nor_set_4byte_addr_mode; in macronix_default_init()
|
H A D | winbond.c | 114 ret = spi_nor_set_4byte_addr_mode(nor, enable); in winbond_set_4byte_addr_mode()
|
H A D | micron-st.c | 130 ret = spi_nor_set_4byte_addr_mode(nor, enable); in st_micron_set_4byte_addr_mode()
|
H A D | core.h | 404 int spi_nor_set_4byte_addr_mode(struct spi_nor *nor, bool enable);
|
H A D | core.c | 365 * 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 D | spansion.c | 434 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 D | core.h | 662 int spi_nor_set_4byte_addr_mode(struct spi_nor *nor, bool enable);
|
H A D | core.c | 3152 * 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