Home
last modified time | relevance | path

Searched refs:bfpt_header (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/mtd/spi-nor/
Dsfdp.c45 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 …]
Dgigadevice.c13 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()
Dwinbond.c22 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()
Dissi.c13 const struct sfdp_parameter_header *bfpt_header, in is25lp256_post_bfpt_fixups() argument
Dspansion.c521 const struct sfdp_parameter_header *bfpt_header, in s25fs256t_post_bfpt_fixup() argument
587 const struct sfdp_parameter_header *bfpt_header, in s25hx_t_post_bfpt_fixup() argument
715 const struct sfdp_parameter_header *bfpt_header, in s28hx_t_post_bfpt_fixup() argument
740 const struct sfdp_parameter_header *bfpt_header, in s25fs_s_nor_post_bfpt_fixups() argument
Dmacronix.c13 const struct sfdp_parameter_header *bfpt_header, in mx25l25635_post_bfpt_fixups() argument
Dcore.h434 const struct sfdp_parameter_header *bfpt_header,
716 const struct sfdp_parameter_header *bfpt_header,
Dcore.c2451 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()