[go: nahoru, domu]

Searched defs:rating (Results 1 - 2 of 2) sorted by relevance

/drivers/clocksource/
H A Dmmio.c48 * @rating: Rating of the clocksource
53 unsigned long hz, int rating, unsigned bits,
67 cs->clksrc.rating = rating;
52 clocksource_mmio_init(void __iomem *base, const char *name, unsigned long hz, int rating, unsigned bits, cycle_t (*read)(struct clocksource *)) argument
H A Ddw_apb_timer.c202 * @rating: The rating to give the timer.
215 dw_apb_clockevent_init(int cpu, const char *name, unsigned rating, argument
238 dw_ced->ced.rating = rating;
340 * @rating: The rating to give the clocksource.
350 dw_apb_clocksource_init(unsigned rating, const char *name, void __iomem *base, argument
361 dw_cs->cs.rating = rating;
[all...]

Completed in 93 milliseconds