Searched refs:bfpt_header (Results 1 – 9 of 9) sorted by relevance
| /linux/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() 1433 bfpt_header = &header.bfpt_header; in spi_nor_parse_sfdp() 1435 bfpt_header->major != SFDP_JESD216_MAJOR) in spi_nor_parse_sfdp() 1438 sfdp_size = SFDP_PARAM_HEADER_PTP(bfpt_header) + in spi_nor_parse_sfdp() 1439 SFDP_PARAM_HEADER_PARAM_LEN(bfpt_header); in spi_nor_parse_sfdp() 1531 bfpt_header = param_header; in spi_nor_parse_sfdp() [all …]
|
| 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 | winbond.c | 22 const struct sfdp_parameter_header *bfpt_header, in w25q128_post_bfpt_fixups() argument 30 if (bfpt_header->major == SFDP_JESD216_MAJOR && in w25q128_post_bfpt_fixups() 31 bfpt_header->minor == SFDP_JESD216_MINOR && in w25q128_post_bfpt_fixups() 47 const struct sfdp_parameter_header *bfpt_header, in w25q256_post_bfpt_fixups() argument 58 if (bfpt_header->major == SFDP_JESD216_MAJOR && in w25q256_post_bfpt_fixups() 59 bfpt_header->minor == SFDP_JESD216A_MINOR) in w25q256_post_bfpt_fixups()
|
| A D | issi.c | 13 const struct sfdp_parameter_header *bfpt_header, in is25lp256_post_bfpt_fixups() argument
|
| A D | spansion.c | 522 const struct sfdp_parameter_header *bfpt_header, in s25fs256t_post_bfpt_fixup() argument 588 const struct sfdp_parameter_header *bfpt_header, in s25hx_t_post_bfpt_fixup() argument 717 const struct sfdp_parameter_header *bfpt_header, in s28hx_t_post_bfpt_fixup() argument 742 const struct sfdp_parameter_header *bfpt_header, in s25fs_s_nor_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 | 426 const struct sfdp_parameter_header *bfpt_header, 660 const struct sfdp_parameter_header *bfpt_header,
|
| A D | micron-st.c | 185 const struct sfdp_parameter_header *bfpt_header, in mt25qu512a_post_bfpt_fixup() argument
|
| A D | core.c | 2389 const struct sfdp_parameter_header *bfpt_header, in spi_nor_post_bfpt_fixups() argument 2396 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups() 2403 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt); in spi_nor_post_bfpt_fixups()
|
Completed in 25 milliseconds