Searched refs:bfpt_header (Results 1 – 9 of 9) sorted by relevance
| /drivers/mtd/spi-nor/ |
| A D | sfdp.c | 45 struct sfdp_parameter_header bfpt_header; member 448 if (bfpt_header->length < BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt() 453 bfpt_header->length * sizeof(u32)); in spi_nor_parse_bfpt() 454 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() 1437 bfpt_header = &header.bfpt_header; in spi_nor_parse_sfdp() 1439 bfpt_header->major != SFDP_JESD216_MAJOR) in spi_nor_parse_sfdp() 1442 sfdp_size = SFDP_PARAM_HEADER_PTP(bfpt_header) + in spi_nor_parse_sfdp() 1443 SFDP_PARAM_HEADER_PARAM_LEN(bfpt_header); in spi_nor_parse_sfdp() 1535 bfpt_header = param_header; in spi_nor_parse_sfdp() [all …]
|
| A D | winbond.c | 29 const struct sfdp_parameter_header *bfpt_header, in w25q128_post_bfpt_fixups() argument 37 if (bfpt_header->major == SFDP_JESD216_MAJOR && in w25q128_post_bfpt_fixups() 38 bfpt_header->minor == SFDP_JESD216_MINOR && in w25q128_post_bfpt_fixups() 54 const struct sfdp_parameter_header *bfpt_header, in w25q256_post_bfpt_fixups() argument 65 if (bfpt_header->major == SFDP_JESD216_MAJOR && in w25q256_post_bfpt_fixups() 66 bfpt_header->minor == SFDP_JESD216A_MINOR) in w25q256_post_bfpt_fixups()
|
| A D | gigadevice.c | 13 const struct sfdp_parameter_header *bfpt_header, in gd25q256_post_bfpt() argument 25 if (bfpt_header->major == SFDP_JESD216_MAJOR && in gd25q256_post_bfpt() 26 bfpt_header->minor == SFDP_JESD216_MINOR) in gd25q256_post_bfpt()
|
| A D | spansion.c | 545 const struct sfdp_parameter_header *bfpt_header, in s25fs256t_post_bfpt_fixup() argument 614 const struct sfdp_parameter_header *bfpt_header, in s25hx_t_post_bfpt_fixup() argument 746 const struct sfdp_parameter_header *bfpt_header, in s28hx_t_post_bfpt_fixup() argument 774 const struct sfdp_parameter_header *bfpt_header, in s25fs_s_nor_post_bfpt_fixups() argument
|
| A D | issi.c | 13 const struct sfdp_parameter_header *bfpt_header, in is25lp256_post_bfpt_fixups() argument
|
| A D | core.h | 427 const struct sfdp_parameter_header *bfpt_header, 665 const struct sfdp_parameter_header *bfpt_header,
|
| A D | macronix.c | 30 const struct sfdp_parameter_header *bfpt_header, in mx25l25635_post_bfpt_fixups() argument
|
| A D | micron-st.c | 185 const struct sfdp_parameter_header *bfpt_header, in mt25qu512a_post_bfpt_fixup() argument
|
| A D | core.c | 2366 const struct sfdp_parameter_header *bfpt_header, in spi_nor_post_bfpt_fixups() argument 2373 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups() 2380 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt); in spi_nor_post_bfpt_fixups()
|
Completed in 82 milliseconds