Searched refs:ep93xx_uarts (Results 1 - 1 of 1) sorted by path

/linux-master/arch/arm/mach-ep93xx/
H A Dclock.c469 static struct ep93xx_gate ep93xx_uarts[] = { variable in typeref:struct:ep93xx_gate
491 for (i = 0; i < ARRAY_SIZE(ep93xx_uarts); i++) {
492 hw = ep93xx_clk_register_gate(ep93xx_uarts[i].dev_id,
495 ep93xx_uarts[i].bit);
497 clk_hw_register_clkdev(hw, NULL, ep93xx_uarts[i].dev_id);

Completed in 201 milliseconds