Searched refs:bfpt_header (Results 1 – 7 of 7) sorted by relevance
/drivers/mtd/spi-nor/ |
D | sfdp.c | 40 struct sfdp_parameter_header bfpt_header; member 433 const struct sfdp_parameter_header *bfpt_header) in spi_nor_parse_bfpt() argument 446 if (bfpt_header->length < BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt() 451 bfpt_header->length * sizeof(u32)); in spi_nor_parse_bfpt() 452 addr = SFDP_PARAM_HEADER_PTP(bfpt_header); in spi_nor_parse_bfpt() 553 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt() 554 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt); in spi_nor_parse_bfpt() 614 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216B) in spi_nor_parse_bfpt() 615 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt); in spi_nor_parse_bfpt() 636 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt); in spi_nor_parse_bfpt() [all …]
|
D | winbond.c | 13 const struct sfdp_parameter_header *bfpt_header, in w25q256_post_bfpt_fixups() argument 24 if (bfpt_header->major == SFDP_JESD216_MAJOR && in w25q256_post_bfpt_fixups() 25 bfpt_header->minor == SFDP_JESD216A_MINOR) in w25q256_post_bfpt_fixups()
|
D | spansion.c | 149 const struct sfdp_parameter_header *bfpt_header, in s28hs512t_post_bfpt_fixup() argument 184 const struct sfdp_parameter_header *bfpt_header, in s25fs_s_post_bfpt_fixups() argument
|
D | issi.c | 13 const struct sfdp_parameter_header *bfpt_header, in is25lp256_post_bfpt_fixups() argument
|
D | macronix.c | 13 const struct sfdp_parameter_header *bfpt_header, in mx25l25635_post_bfpt_fixups() argument
|
D | core.h | 308 const struct sfdp_parameter_header *bfpt_header, 548 const struct sfdp_parameter_header *bfpt_header,
|
D | core.c | 2278 const struct sfdp_parameter_header *bfpt_header, in spi_nor_post_bfpt_fixups() argument 2285 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups() 2292 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt); in spi_nor_post_bfpt_fixups()
|