Home
last modified time | relevance | path

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

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