Home
last modified time | relevance | path

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

/linux/drivers/mtd/spi-nor/
H A Dmacronix.c292 nor->params->set_4byte_addr_mode = spi_nor_set_4byte_addr_mode_en4b_ex4b; in macronix_nor_late_init()
H A Dwinbond.c305 ret = spi_nor_set_4byte_addr_mode_en4b_ex4b(nor, enable); in winbond_nor_set_4byte_addr_mode()
H A Dcore.h605 int spi_nor_set_4byte_addr_mode_en4b_ex4b(struct spi_nor *nor, bool enable);
H A Dsfdp.c617 params->set_4byte_addr_mode = spi_nor_set_4byte_addr_mode_en4b_ex4b; in spi_nor_parse_bfpt()
H A Dcore.c523 int spi_nor_set_4byte_addr_mode_en4b_ex4b(struct spi_nor *nor, bool enable) in spi_nor_set_4byte_addr_mode_en4b_ex4b() function
564 ret = spi_nor_set_4byte_addr_mode_en4b_ex4b(nor, enable); in spi_nor_set_4byte_addr_mode_wren_en4b_ex4b()