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

  /external/u-boot/include/dt-bindings/clock/
microchip,clock.h 22 #define REF1CLK 11
  /external/u-boot/drivers/clk/
clk_pic32.c 176 WARN_ON((periph < REF1CLK) || (periph > REF5CLK));
193 reg = priv->iobase + REFO1CON + (periph - REF1CLK) * 0x20;
235 WARN_ON((periph < REF1CLK) || (periph > REF5CLK));
237 reg = priv->iobase + REFO1CON + (periph - REF1CLK) * 0x20;
329 for (i = REF1CLK; i <= REF5CLK; i++) {
331 "microchip,refo%d-frequency", i - REF1CLK + 1);
350 case REF1CLK ... REF5CLK:
373 case REF1CLK ... REF5CLK:
  /external/u-boot/arch/mips/mach-pic32/
cpu.c 163 for (i = REF1CLK; i <= REF5CLK; i++)
164 printf("REFO%d Clock Speed: %lu MHz\n", i - REF1CLK + 1,

Completed in 75 milliseconds