Searched refs:bis (Results 1 – 1 of 1) sorted by relevance
299 uint32_t bis = addr / SECTOR_SIZE; in mp_spiflash_cached_read() local301 if (bis <= cache->block && cache->block <= bie) { in mp_spiflash_cached_read()304 if (bis < cache->block) { in mp_spiflash_cached_read()445 uint32_t bis = addr / SECTOR_SIZE; in mp_spiflash_cached_write() local451 if (cache->user == self && bis <= cache->block && bie >= cache->block) { in mp_spiflash_cached_write()
Completed in 3 milliseconds