Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/lantiq/xway/
H A Dsysctrl.c258 if (clk->rate == CLOCK_33M) in pci_enable()
264 if (clk->rate == CLOCK_33M) in pci_enable()
354 static unsigned long valid_pci_rates[] = {CLOCK_33M, CLOCK_62_5M, 0};
366 clk->rate = CLOCK_33M; in clkdev_add_pci()
/openbmc/linux/arch/mips/lantiq/
H A Dclk.h13 #define CLOCK_33M 33333333 macro