Searched refs:Chip_type (Results 1 – 2 of 2) sorted by relevance
262 n=(chip_info->Chip_type<_16Mbx16)?(chip_info->Chip_type):(chip_info->Chip_type-_16Mbx16); in Get_DDR_Capacity()263 …capacity=(chip_info->Chip_type<_16Mbx16)?(CHIP_MIN_CAPACITY*(1<<n)*(chip_info->Chip_num+1)):(CHIP_… in Get_DDR_Capacity()432 &&(chip_info->Chip_type< CHIP_TYPE_MAX)) in DDR_Init()436 mode=DDR2_MODE[chip_info->Bus_width][chip_info->Chip_num][chip_info->Chip_type]; in DDR_Init()440 mode=DDR3_MODE[chip_info->Bus_width][chip_info->Chip_num][chip_info->Chip_type]; in DDR_Init()
101 uint8_t Chip_type; /*!< chip type @ref _CHIP_TYPE*/ member
Completed in 8 milliseconds