Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/spi-nor/
Dspi-nor.c76 struct sfdp_parameter_header bfpt_header; member
173 const struct sfdp_parameter_header *bfpt_header,
2086 const struct sfdp_parameter_header *bfpt_header, in is25lp256_post_bfpt_fixups() argument
2108 const struct sfdp_parameter_header *bfpt_header, in mx25l25635_post_bfpt_fixups() argument
3313 const struct sfdp_parameter_header *bfpt_header, in spi_nor_post_bfpt_fixups() argument
3318 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt, in spi_nor_post_bfpt_fixups()
3355 const struct sfdp_parameter_header *bfpt_header, in spi_nor_parse_bfpt() argument
3368 if (bfpt_header->length < BFPT_DWORD_MAX_JESD216) in spi_nor_parse_bfpt()
3373 bfpt_header->length * sizeof(u32)); in spi_nor_parse_bfpt()
3374 addr = SFDP_PARAM_HEADER_PTP(bfpt_header); in spi_nor_parse_bfpt()
[all …]