Searched refs:bfpt_header (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/mtd/spi-nor/ |
H A D | sfdp.c | 45 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 D | winbond.c | 22 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 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 | issi.c | 13 const struct sfdp_parameter_header *bfpt_header, in is25lp256_post_bfpt_fixups() argument
|
H A D | micron-st.c | 185 const struct sfdp_parameter_header *bfpt_header, in mt25qu512a_post_bfpt_fixup() argument
|
H A D | core.c | 2393 const struct sfdp_parameter_header *bfpt_header, in spi_nor_post_bfpt_fixups() argument 2400 ret = nor->manufacturer->fixups->post_bfpt(nor, bfpt_header, in spi_nor_post_bfpt_fixups() 2407 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt); in spi_nor_post_bfpt_fixups()
|