Home
last modified time | relevance | path

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

/linux/drivers/mtd/spi-nor/
H A Dsfdp.c45 struct sfdp_parameter_header bfpt_header; member
433 const struct sfdp_parameter_header *bfpt_header) in spi_nor_parse_bfpt() argument
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()
556 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt); in spi_nor_parse_bfpt()
626 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216B) in spi_nor_parse_bfpt()
627 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt); in spi_nor_parse_bfpt()
678 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt); in spi_nor_parse_bfpt()
[all …]
H A Dwinbond.c22 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()
H A 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()
H A Dspansion.c523 const struct sfdp_parameter_header *bfpt_header, in s25fs256t_post_bfpt_fixup() argument
589 const struct sfdp_parameter_header *bfpt_header, in s25hx_t_post_bfpt_fixup() argument
718 const struct sfdp_parameter_header *bfpt_header, in s28hx_t_post_bfpt_fixup() argument
743 const struct sfdp_parameter_header *bfpt_header, in s25fs_s_nor_post_bfpt_fixups() argument
H A Dissi.c13 const struct sfdp_parameter_header *bfpt_header, in is25lp256_post_bfpt_fixups() argument
H A Dcore.h427 const struct sfdp_parameter_header *bfpt_header,
661 const struct sfdp_parameter_header *bfpt_header,
H A Dmacronix.c30 const struct sfdp_parameter_header *bfpt_header, in mx25l25635_post_bfpt_fixups() argument
H A Dmicron-st.c185 const struct sfdp_parameter_header *bfpt_header, in mt25qu512a_post_bfpt_fixup() argument
H A Dcore.c2392 const struct sfdp_parameter_header *bfpt_header, in spi_nor_post_bfpt_fixups() argument
2399 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups()
2406 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt); in spi_nor_post_bfpt_fixups()