Lines Matching +full:16 +full:kb
61 /* Bits 16..18 and 19 of address, plus the enable bit for the entire SCAR; SCARnH */
114 uint8_t scarh_value = ((uintptr_t)flash_addr & GENMASK(18, 16)) >> 16; in it8xxx2_configure_ilm_block()
162 /* SCAR0 SRAM 4KB */
180 * maximum ILM size are 60KB, the ILM size of other varients
184 /* SCAR15 SRAM 4KB */
186 /* SCAR16 SRAM 16KB */
187 SCAR_REG(16), SCAR_REG(16), SCAR_REG(16), SCAR_REG(16),
188 /* SCAR17 SRAM 16KB */
190 /* SCAR18 SRAM 16KB */
192 /* SCAR19 SRAM 16KB */
194 /* SCAR20 SRAM 32KB */
197 /* SCAR21 SRAM 32KB */
200 /* SCAR22 SRAM 32KB */
203 /* SCAR23 SRAM 32KB */
208 BUILD_ASSERT(ARRAY_SIZE(ilm_config.scar_regs) * ILM_BLOCK_SIZE == KB(CONFIG_ILM_MAX_SIZE),