Searched refs:pop_id (Results 1 – 2 of 2) sorted by relevance
130 int pop_mfr, pop_id; in get_board_mem_timings() local137 identify_nand_chip(&pop_mfr, &pop_id); in get_board_mem_timings()139 if (pop_mfr == NAND_MFR_HYNIX && pop_id == 0xbc) { in get_board_mem_timings()
148 int pop_mfr, pop_id; in get_board_mem_timings() local155 identify_nand_chip(&pop_mfr, &pop_id); in get_board_mem_timings()160 if (pop_mfr == NAND_MFR_STMICRO && pop_id == 0xba) { in get_board_mem_timings()167 } else if (pop_mfr == NAND_MFR_MICRON && pop_id == 0xba) { in get_board_mem_timings()174 } else if (pop_mfr == NAND_MFR_MICRON && pop_id == 0xbc) { in get_board_mem_timings()
Completed in 3 milliseconds