Searched refs:bfpt (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
D | sfdp.c | 433 struct sfdp_bfpt bfpt; in spi_nor_parse_bfpt() local 445 len = min_t(size_t, sizeof(bfpt), in spi_nor_parse_bfpt() 448 memset(&bfpt, 0, sizeof(bfpt)); in spi_nor_parse_bfpt() 449 err = spi_nor_read_sfdp_dma_unsafe(nor, addr, len, &bfpt); in spi_nor_parse_bfpt() 454 le32_to_cpu_array(bfpt.dwords, BFPT_DWORD_MAX); in spi_nor_parse_bfpt() 457 switch (bfpt.dwords[BFPT_DWORD(1)] & BFPT_DWORD1_ADDRESS_BYTES_MASK) { in spi_nor_parse_bfpt() 472 val = bfpt.dwords[BFPT_DWORD(2)]; in spi_nor_parse_bfpt() 495 if (!(bfpt.dwords[rd->supported_dword] & rd->supported_bit)) { in spi_nor_parse_bfpt() 503 half = bfpt.dwords[rd->settings_dword] >> rd->settings_shift; in spi_nor_parse_bfpt() 518 half = bfpt.dwords[er->dword] >> er->shift; in spi_nor_parse_bfpt() [all …]
|
D | issi.c | 14 const struct sfdp_bfpt *bfpt, in is25lp256_post_bfpt_fixups() argument 22 if ((bfpt->dwords[BFPT_DWORD(1)] & BFPT_DWORD1_ADDRESS_BYTES_MASK) == in is25lp256_post_bfpt_fixups()
|
D | macronix.c | 14 const struct sfdp_bfpt *bfpt, in mx25l25635_post_bfpt_fixups() argument 26 if (bfpt->dwords[BFPT_DWORD(5)] & BFPT_DWORD5_FAST_READ_4_4_4) in mx25l25635_post_bfpt_fixups()
|
D | core.h | 249 const struct sfdp_bfpt *bfpt, 434 const struct sfdp_bfpt *bfpt,
|
D | spansion.c | 14 const struct sfdp_bfpt *bfpt, in s25fs_s_post_bfpt_fixups() argument
|
D | winbond.c | 14 const struct sfdp_bfpt *bfpt, in w25q256_post_bfpt_fixups() argument
|
D | core.c | 2447 const struct sfdp_bfpt *bfpt, in spi_nor_post_bfpt_fixups() argument 2455 bfpt, params); in spi_nor_post_bfpt_fixups() 2461 return nor->info->fixups->post_bfpt(nor, bfpt_header, bfpt, in spi_nor_post_bfpt_fixups()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 18580 + if (bfpt.dwords[BFPT_DWORD(16)] & BFPT_DWORD16_SWRST_EN_RST) 18585 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt, 18588 + switch (bfpt.dwords[BFPT_DWORD(18)] & BFPT_DWORD18_CMD_EXT_MASK) { 18606 return spi_nor_post_bfpt_fixups(nor, bfpt_header, &bfpt, params); 18933 + const struct sfdp_bfpt *bfpt,
|