Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dsfdp.c33 struct sfdp_parameter_header bfpt_header; member
428 const struct sfdp_parameter_header *bfpt_header, in spi_nor_parse_bfpt() argument
441 if (bfpt_header->length < BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt()
446 bfpt_header->length * sizeof(u32)); in spi_nor_parse_bfpt()
447 addr = SFDP_PARAM_HEADER_PTP(bfpt_header); in spi_nor_parse_bfpt()
548 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt()
549 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt, in spi_nor_parse_bfpt()
606 if (bfpt_header->length == BFPT_DWORD_MAX_JESD216B) in spi_nor_parse_bfpt()
607 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt, in spi_nor_parse_bfpt()
610 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt, params); in spi_nor_parse_bfpt()
[all …]
H A Dwinbond.c13 const struct sfdp_parameter_header *bfpt_header, in w25q256_post_bfpt_fixups() argument
25 if (bfpt_header->major == SFDP_JESD216_MAJOR && in w25q256_post_bfpt_fixups()
26 bfpt_header->minor == SFDP_JESD216A_MINOR) in w25q256_post_bfpt_fixups()
H A Dcore.h248 const struct sfdp_parameter_header *bfpt_header,
440 const struct sfdp_parameter_header *bfpt_header,
H A Dissi.c13 const struct sfdp_parameter_header *bfpt_header, in is25lp256_post_bfpt_fixups() argument
H A Dmacronix.c13 const struct sfdp_parameter_header *bfpt_header, in mx25l25635_post_bfpt_fixups() argument
H A Dspansion.c13 const struct sfdp_parameter_header *bfpt_header, in s25fs_s_post_bfpt_fixups() argument
H A Dcore.c2587 const struct sfdp_parameter_header *bfpt_header, in spi_nor_post_bfpt_fixups() argument
2595 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups()
2602 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt, in spi_nor_post_bfpt_fixups()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c1661 struct sfdp_parameter_header bfpt_header; member
1882 const struct sfdp_parameter_header *bfpt_header, in spi_nor_parse_bfpt() argument
1893 if (bfpt_header->length < BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt()
1898 bfpt_header->length * sizeof(u32)); in spi_nor_parse_bfpt()
1899 addr = SFDP_PARAM_HEADER_PTP(bfpt_header); in spi_nor_parse_bfpt()
1988 if (bfpt_header->length < BFPT_DWORD_MAX) in spi_nor_parse_bfpt()
2042 const struct sfdp_parameter_header *param_header, *bfpt_header; in spi_nor_parse_sfdp() local
2062 bfpt_header = &header.bfpt_header; in spi_nor_parse_sfdp()
2063 if (SFDP_PARAM_HEADER_ID(bfpt_header) != SFDP_BFPT_ID || in spi_nor_parse_sfdp()
2064 bfpt_header->major != SFDP_JESD216_MAJOR) in spi_nor_parse_sfdp()
[all …]