Searched refs:bfpt_header (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/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() 555 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt() 556 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt); in spi_nor_parse_bfpt() 616 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216B) in spi_nor_parse_bfpt() 617 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt); in spi_nor_parse_bfpt() 638 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt); in spi_nor_parse_bfpt() [all …]
|
D | winbond.c | 22 const struct sfdp_parameter_header *bfpt_header, in w25q256_post_bfpt_fixups() argument 33 if (bfpt_header->major == SFDP_JESD216_MAJOR && in w25q256_post_bfpt_fixups() 34 bfpt_header->minor == SFDP_JESD216A_MINOR) in w25q256_post_bfpt_fixups()
|
D | spansion.c | 212 const struct sfdp_parameter_header *bfpt_header, in s25hx_t_post_bfpt_fixup() argument 313 const struct sfdp_parameter_header *bfpt_header, in s28hs512t_post_bfpt_fixup() argument 327 const struct sfdp_parameter_header *bfpt_header, in s25fs_s_nor_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 | 423 const struct sfdp_parameter_header *bfpt_header, 691 const struct sfdp_parameter_header *bfpt_header,
|
D | core.c | 2021 const struct sfdp_parameter_header *bfpt_header, in spi_nor_post_bfpt_fixups() argument 2028 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups() 2035 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt); in spi_nor_post_bfpt_fixups()
|