Searched refs:AT91C_TC_CLKDIS (Results 1 – 8 of 8) sorted by relevance
996 #define AT91C_TC_CLKDIS ( 0x1 << 1 ) /* (TC) Counter Clock Disable Command */ macro
933 #define AT91C_TC_CLKDIS ( 0x1 << 1 ) /* (TC) Counter Clock Disable Command */ macro
1100 #define AT91C_TC_CLKDIS ( ( unsigned int ) 0x1 << 1 ) /* (TC) Counter Clock … macro
1192 #define AT91C_TC_CLKDIS ( ( unsigned int ) 0x1 << 1 ) /* (TC) Counter Clock … macro
1192 #define AT91C_TC_CLKDIS ( ( unsigned int ) 0x1 << 1 ) /* (TC) Counter Clock … macro3844 AT91C_TC_CLKDIS EQU( 0x1 << 1 );
Completed in 973 milliseconds