Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c2034 struct boot_rom_geometry *rom_geo = &this->rom_geometry; in mx23_check_transcription_stamp() local
2045 search_area_size_in_strides = 1 << rom_geo->search_area_stride_exponent; in mx23_check_transcription_stamp()
2056 page = stride * rom_geo->stride_size_in_pages; in mx23_check_transcription_stamp()
2090 struct boot_rom_geometry *rom_geo = &this->rom_geometry; in mx23_write_transcription_stamp() local
2105 search_area_size_in_strides = 1 << rom_geo->search_area_stride_exponent; in mx23_write_transcription_stamp()
2107 rom_geo->stride_size_in_pages; in mx23_write_transcription_stamp()
2138 page = stride * rom_geo->stride_size_in_pages; in mx23_write_transcription_stamp()