Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/lantiq/xway/
Dsysctrl.c277 if (clk->rate == CLOCK_33M) in pci_enable()
283 if (clk->rate == CLOCK_33M) in pci_enable()
373 static unsigned long valid_pci_rates[] = {CLOCK_33M, CLOCK_62_5M, 0};
385 clk->rate = CLOCK_33M; in clkdev_add_pci()
/linux-6.12.1/arch/mips/lantiq/
Dclk.h13 #define CLOCK_33M 33333333 macro