Searched refs:bfpt_header (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/mtd/spi-nor/ |
| D | sfdp.c | 33 struct sfdp_parameter_header bfpt_header; member 428 const struct sfdp_parameter_header *bfpt_header, in spi_nor_parse_bfpt() argument 441 if (bfpt_header->length < BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt() 446 bfpt_header->length * sizeof(u32)); in spi_nor_parse_bfpt() 447 addr = SFDP_PARAM_HEADER_PTP(bfpt_header); in spi_nor_parse_bfpt() 548 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt() 549 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt, in spi_nor_parse_bfpt() 606 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216B) in spi_nor_parse_bfpt() 607 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt, in spi_nor_parse_bfpt() 610 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt, params); in spi_nor_parse_bfpt() [all …]
|
| D | winbond.c | 13 const struct sfdp_parameter_header *bfpt_header, in w25q256_post_bfpt_fixups() argument 25 if (bfpt_header->major == SFDP_JESD216_MAJOR && in w25q256_post_bfpt_fixups() 26 bfpt_header->minor == SFDP_JESD216A_MINOR) in w25q256_post_bfpt_fixups()
|
| 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 | 248 const struct sfdp_parameter_header *bfpt_header, 432 const struct sfdp_parameter_header *bfpt_header,
|
| D | spansion.c | 13 const struct sfdp_parameter_header *bfpt_header, in s25fs_s_post_bfpt_fixups() argument
|
| D | core.c | 2433 const struct sfdp_parameter_header *bfpt_header, in spi_nor_post_bfpt_fixups() argument 2441 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups() 2448 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt, in spi_nor_post_bfpt_fixups()
|