Searched refs:lx_nor_flash_block_bit_map_words (Results 1 – 4 of 4) sorted by relevance
128 for (j = 0; j < nor_flash -> lx_nor_flash_block_bit_map_words; j++) in _lx_nor_flash_physical_sector_allocate()203 … if (((block_word >> 1) == 0) && (j == (nor_flash -> lx_nor_flash_block_bit_map_words - 1))) in _lx_nor_flash_physical_sector_allocate()
195 …h -> lx_nor_flash_block_free_bit_map_offset + (nor_flash -> lx_nor_flash_block_bit_map_words - 1))… in _lx_nor_flash_block_reclaim()545 …h -> lx_nor_flash_block_free_bit_map_offset + (nor_flash -> lx_nor_flash_block_bit_map_words - 1))… in _lx_nor_flash_block_reclaim()
168 nor_flash -> lx_nor_flash_block_bit_map_words = bit_map_words; in _lx_nor_flash_open()
573 ULONG lx_nor_flash_block_bit_map_words; member