Searched refs:bfpt_header (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/mtd/spi-nor/ |
A D | sfdp.c | 40 struct sfdp_parameter_header bfpt_header; member 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() 1268 bfpt_header = &header.bfpt_header; in spi_nor_parse_sfdp() 1270 bfpt_header->major != SFDP_JESD216_MAJOR) in spi_nor_parse_sfdp() 1273 sfdp_size = SFDP_PARAM_HEADER_PTP(bfpt_header) + in spi_nor_parse_sfdp() 1274 SFDP_PARAM_HEADER_PARAM_LEN(bfpt_header); in spi_nor_parse_sfdp() 1366 bfpt_header = param_header; in spi_nor_parse_sfdp() [all …]
|
A 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()
|
A D | spansion.c | 144 const struct sfdp_parameter_header *bfpt_header, in s28hs512t_post_bfpt_fixup() argument 179 const struct sfdp_parameter_header *bfpt_header, in s25fs_s_post_bfpt_fixups() argument
|
A D | issi.c | 13 const struct sfdp_parameter_header *bfpt_header, in is25lp256_post_bfpt_fixups() argument
|
A D | macronix.c | 13 const struct sfdp_parameter_header *bfpt_header, in mx25l25635_post_bfpt_fixups() argument
|
A D | core.h | 308 const struct sfdp_parameter_header *bfpt_header, 547 const struct sfdp_parameter_header *bfpt_header,
|
A D | core.c | 2256 const struct sfdp_parameter_header *bfpt_header, in spi_nor_post_bfpt_fixups() argument 2263 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups() 2270 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt); in spi_nor_post_bfpt_fixups()
|
Completed in 19 milliseconds