Searched refs:PIT_CPIV (Results 1 – 2 of 2) sorted by relevance
67 #define PIT_CPIV(x) ((x) & AT91C_PITC_CPIV) macro101 while (PIT_CPIV(readl(AT91C_PITC_PIVR)) != 0) in at91sam9g45_pit_reset()
51 #define PIT_CPIV(x) ((x) & AT91_PIT_CPIV) macro84 while (PIT_CPIV(at91_sys_read(AT91_PIT_PIVR)) != 0) in at91sam926x_pit_reset()
Completed in 7 milliseconds