HomeSort by relevance Sort by last modified time
    Searched refs:REF5CLK (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/dt-bindings/clock/
microchip,clock.h 26 #define REF5CLK 15
  /external/u-boot/drivers/clk/
clk_pic32.c 176 WARN_ON((periph < REF1CLK) || (periph > REF5CLK));
235 WARN_ON((periph < REF1CLK) || (periph > REF5CLK));
329 for (i = REF1CLK; i <= REF5CLK; i++) {
350 case REF1CLK ... REF5CLK:
373 case REF1CLK ... REF5CLK:
  /external/u-boot/arch/mips/mach-pic32/
cpu.c 163 for (i = REF1CLK; i <= REF5CLK; i++)

Completed in 611 milliseconds