Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c1810 struct boot_rom_geometry *rom_geo = &this->rom_geometry; in mx23_check_transcription_stamp() local
1821 search_area_size_in_strides = 1 << rom_geo->search_area_stride_exponent; in mx23_check_transcription_stamp()
1832 page = stride * rom_geo->stride_size_in_pages; in mx23_check_transcription_stamp()
1866 struct boot_rom_geometry *rom_geo = &this->rom_geometry; in mx23_write_transcription_stamp() local
1881 search_area_size_in_strides = 1 << rom_geo->search_area_stride_exponent; in mx23_write_transcription_stamp()
1883 rom_geo->stride_size_in_pages; in mx23_write_transcription_stamp()
1914 page = stride * rom_geo->stride_size_in_pages; in mx23_write_transcription_stamp()