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

/linux-master/drivers/mtd/spi-nor/
H A Dgigadevice.c13 const struct sfdp_parameter_header *bfpt_header,
25 if (bfpt_header->major == SFDP_JESD216_MAJOR &&
26 bfpt_header->minor == SFDP_JESD216_MINOR)
12 gd25q256_post_bfpt(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header, const struct sfdp_bfpt *bfpt) argument
H A Dsfdp.c45 struct sfdp_parameter_header bfpt_header; member in struct:sfdp_header
407 * @bfpt_header: pointer to the 'struct sfdp_parameter_header' describing
433 const struct sfdp_parameter_header *bfpt_header)
448 if (bfpt_header->length < BFPT_DWORD_MAX_JESD216)
453 bfpt_header->length * sizeof(u32));
454 addr = SFDP_PARAM_HEADER_PTP(bfpt_header);
555 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216)
556 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt);
626 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216B)
627 return spi_nor_post_bfpt_fixups(nor, bfpt_header,
432 spi_nor_parse_bfpt(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header) argument
1410 const struct sfdp_parameter_header *param_header, *bfpt_header; local
[all...]
H A Dwinbond.c22 const struct sfdp_parameter_header *bfpt_header,
33 if (bfpt_header->major == SFDP_JESD216_MAJOR &&
34 bfpt_header->minor == SFDP_JESD216A_MINOR)
21 w25q256_post_bfpt_fixups(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header, const struct sfdp_bfpt *bfpt) argument
H A Dissi.c13 const struct sfdp_parameter_header *bfpt_header,
12 is25lp256_post_bfpt_fixups(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header, const struct sfdp_bfpt *bfpt) argument
H A Dcore.h435 const struct sfdp_parameter_header *bfpt_header,
672 const struct sfdp_parameter_header *bfpt_header,
H A Dmacronix.c13 const struct sfdp_parameter_header *bfpt_header,
12 mx25l25635_post_bfpt_fixups(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header, const struct sfdp_bfpt *bfpt) argument
H A Dspansion.c522 const struct sfdp_parameter_header *bfpt_header,
588 const struct sfdp_parameter_header *bfpt_header,
717 const struct sfdp_parameter_header *bfpt_header,
742 const struct sfdp_parameter_header *bfpt_header,
521 s25fs256t_post_bfpt_fixup(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header, const struct sfdp_bfpt *bfpt) argument
587 s25hx_t_post_bfpt_fixup(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header, const struct sfdp_bfpt *bfpt) argument
716 s28hx_t_post_bfpt_fixup(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header, const struct sfdp_bfpt *bfpt) argument
741 s25fs_s_nor_post_bfpt_fixups(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header, const struct sfdp_bfpt *bfpt) argument
H A Dmicron-st.c185 const struct sfdp_parameter_header *bfpt_header,
184 mt25qu512a_post_bfpt_fixup(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header, const struct sfdp_bfpt *bfpt) argument
H A Dcore.c2416 const struct sfdp_parameter_header *bfpt_header,
2423 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header,
2430 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt);
2415 spi_nor_post_bfpt_fixups(struct spi_nor *nor, const struct sfdp_parameter_header *bfpt_header, const struct sfdp_bfpt *bfpt) argument

Completed in 135 milliseconds