Searched refs:BANK_SIZE (Results 1 – 2 of 2) sorted by relevance
26 #define BANK_SIZE 0x1000000U macro238 uint8_t selected_bank = offset / BANK_SIZE; in spi_nor_write_bar()296 remain_len = (BANK_SIZE * (nor_dev.selected_bank + 1)) - in spi_nor_read()344 if (nor_dev.size > BANK_SIZE) { in spi_nor_init()
20 #define BANK_SIZE (1 << BANK_BITS) macro44 FN(Slot) slots[BANK_SIZE];139 const size_t idx = self->free_slot_idx[bank]++ & (BANK_SIZE - 1); in FN()289 #undef BANK_SIZE