Lines Matching +full:serdes +full:- +full:clk
1 // SPDX-License-Identifier: GPL-2.0+
32 struct cpu_type *cpu = gd->arch.cpu; in checkboard()
37 printf("Board: %sQDS, ", cpu->name); in checkboard()
62 * Display the actual SERDES reference clocks as configured by the in checkboard()
65 * values that the SERDES expects (or vice versa). For now, however, in checkboard()
69 puts("SERDES Reference: "); in checkboard()
99 * TDMRiser uses QE-TDM in qe_board_setup()
133 * Remap Boot flash + PROMJET region to caching-inhibited in board_early_init_r()
137 /* Flush d-cache and invalidate i-cache of any FLASH data */ in board_early_init_r()
141 if (flash_esel == -1) { in board_early_init_r()
210 unsigned int clock = (sw >> (6 - 2 * i)) & 3; in misc_init_r()
226 u32 pllcr0 = srds_regs->bank[i].pllcr0; in misc_init_r()
229 printf("expects ref clk%d %sMHz, but actual is %sMHz\n", in misc_init_r()