Searched refs:CLOCK_33M (Results 1 – 2 of 2) sorted by relevance
277 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()
13 #define CLOCK_33M 33333333 macro