Searched refs:word_index (Results 1 – 1 of 1) sorted by relevance
284 int32_t word_index = -1; in BOARD_FuseRead() local293 word_index = BOARD_MapFsbFuseIndex(bank, word, &redundancy); in BOARD_FuseRead()294 if (word_index >= 0) in BOARD_FuseRead()296 *val = *(uint32_t *)(FSB_BASE_ADDR + FSB_OTP_SHADOW + (word_index << 2)); in BOARD_FuseRead()