Searched refs:bfpt_header (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | sfdp.c | 45 struct sfdp_parameter_header bfpt_header; member 437 const struct sfdp_parameter_header *bfpt_header) in spi_nor_parse_bfpt() argument 451 if (bfpt_header->length < BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt() 456 bfpt_header->length * sizeof(u32)); in spi_nor_parse_bfpt() 457 addr = SFDP_PARAM_HEADER_PTP(bfpt_header); in spi_nor_parse_bfpt() 560 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt() 561 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt); in spi_nor_parse_bfpt() 631 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216B) in spi_nor_parse_bfpt() 632 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt); in spi_nor_parse_bfpt() 653 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt); in spi_nor_parse_bfpt() [all …]
|
H 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()
|
H A 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()
|
H A D | issi.c | 13 const struct sfdp_parameter_header *bfpt_header, in is25lp256_post_bfpt_fixups() argument
|
H 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 716 const struct sfdp_parameter_header *bfpt_header, in s28hx_t_post_bfpt_fixup() argument 741 const struct sfdp_parameter_header *bfpt_header, in s25fs_s_nor_post_bfpt_fixups() argument
|
H A D | macronix.c | 13 const struct sfdp_parameter_header *bfpt_header, in mx25l25635_post_bfpt_fixups() argument
|
H A D | core.h | 434 const struct sfdp_parameter_header *bfpt_header, 716 const struct sfdp_parameter_header *bfpt_header,
|
H A D | core.c | 2451 const struct sfdp_parameter_header *bfpt_header, in spi_nor_post_bfpt_fixups() argument 2458 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups() 2465 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt); in spi_nor_post_bfpt_fixups()
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | spi-nor-core.c | 1928 struct sfdp_parameter_header bfpt_header; member 2150 const struct sfdp_parameter_header *bfpt_header, in spi_nor_parse_bfpt() argument 2161 if (bfpt_header->length < BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt() 2166 bfpt_header->length * sizeof(u32)); in spi_nor_parse_bfpt() 2167 addr = SFDP_PARAM_HEADER_PTP(bfpt_header); in spi_nor_parse_bfpt() 2256 if (bfpt_header->length < BFPT_DWORD_MAX) in spi_nor_parse_bfpt() 2313 const struct sfdp_parameter_header *param_header, *bfpt_header; in spi_nor_parse_sfdp() local 2333 bfpt_header = &header.bfpt_header; in spi_nor_parse_sfdp() 2334 if (SFDP_PARAM_HEADER_ID(bfpt_header) != SFDP_BFPT_ID || in spi_nor_parse_sfdp() 2335 bfpt_header->major != SFDP_JESD216_MAJOR) in spi_nor_parse_sfdp() [all …]
|