Searched refs:flash_info (Results 1 – 5 of 5) sorted by relevance
59 struct flash_info { struct69 static struct flash_info __initdata sst25l_flash_info[] = { argument338 static struct flash_info *__devinit sst25l_match_device(struct spi_device *spi) in sst25l_match_device()340 struct flash_info *flash_info = NULL; in sst25l_match_device() local370 flash_info = &sst25l_flash_info[i]; in sst25l_match_device()372 if (!flash_info) in sst25l_match_device()375 return flash_info; in sst25l_match_device()380 struct flash_info *flash_info; in sst25l_probe() local385 flash_info = sst25l_match_device(spi); in sst25l_probe()386 if (!flash_info) in sst25l_probe()[all …]
724 struct flash_info { struct742 static struct flash_info __devinitdata dataflash_data [] = { argument777 static struct flash_info *__devinit jedec_probe(struct spi_device *spi) in jedec_probe()783 struct flash_info *info; in jedec_probe()864 struct flash_info *info; in dataflash_probe()
600 struct flash_info { struct623 ((kernel_ulong_t)&(struct flash_info) { \ argument633 ((kernel_ulong_t)&(struct flash_info) { \762 struct flash_info *info; in jedec_probe()805 struct flash_info *info; in m25p_probe()
4031 if (bp->flash_info->flags & BNX2_NV_WREN) { in bnx2_enable_nvram_write()4091 if (bp->flash_info->flags & BNX2_NV_BUFFERED) in bnx2_nvram_erase_page()4135 if (bp->flash_info->flags & BNX2_NV_TRANSLATE) { in bnx2_nvram_read_dword()4136 offset = ((offset / bp->flash_info->page_size) << in bnx2_nvram_read_dword()4137 bp->flash_info->page_bits) + in bnx2_nvram_read_dword()4138 (offset % bp->flash_info->page_size); in bnx2_nvram_read_dword()4181 if (bp->flash_info->flags & BNX2_NV_TRANSLATE) { in bnx2_nvram_write_dword()4182 offset = ((offset / bp->flash_info->page_size) << in bnx2_nvram_write_dword()4183 bp->flash_info->page_bits) + in bnx2_nvram_write_dword()4184 (offset % bp->flash_info->page_size); in bnx2_nvram_write_dword()[all …]
6914 const struct flash_spec *flash_info; member