Home
last modified time | relevance | path

Searched refs:chip_sku (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dcpu.c233 int soc_type, sku_info, chip_sku; in init_pllx() local
247 chip_sku = tegra_get_chip_sku(); in init_pllx()
248 debug("%s: Chip SKU = %d\n", __func__, chip_sku); in init_pllx()
255 sel = &tegra_pll_x_table[chip_sku][osc]; in init_pllx()