spi_nor_set_4byte_addr_mode_en4b_ex4b
ret = spi_nor_set_4byte_addr_mode_en4b_ex4b(nor, enable);
int spi_nor_set_4byte_addr_mode_en4b_ex4b(struct spi_nor *nor, bool enable);
nor->params->set_4byte_addr_mode = spi_nor_set_4byte_addr_mode_en4b_ex4b;
params->set_4byte_addr_mode = spi_nor_set_4byte_addr_mode_en4b_ex4b;
ret = spi_nor_set_4byte_addr_mode_en4b_ex4b(nor, enable);