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-6.14.4/drivers/mtd/spi-nor/
Dmacronix.c287 nor->params->set_4byte_addr_mode = spi_nor_set_4byte_addr_mode_en4b_ex4b; in macronix_nor_late_init()
Dwinbond.c305 ret = spi_nor_set_4byte_addr_mode_en4b_ex4b(nor, enable); in winbond_nor_set_4byte_addr_mode()
Dcore.h609 int spi_nor_set_4byte_addr_mode_en4b_ex4b(struct spi_nor *nor, bool enable);
Dsfdp.c617 params->set_4byte_addr_mode = spi_nor_set_4byte_addr_mode_en4b_ex4b; in spi_nor_parse_bfpt()
Dcore.c524 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
565 ret = spi_nor_set_4byte_addr_mode_en4b_ex4b(nor, enable); in spi_nor_set_4byte_addr_mode_wren_en4b_ex4b()