Home
last modified time | relevance | path

Searched refs:MCFPIT_PCSR_EN (Results 1 – 2 of 2) sorted by relevance

/arch/m68k/coldfire/
Dpit.c49 __raw_writew(MCFPIT_PCSR_EN | MCFPIT_PCSR_PIE | in cf_pit_set_periodic()
58 __raw_writew(MCFPIT_PCSR_EN | MCFPIT_PCSR_PIE | in cf_pit_set_oneshot()
/arch/m68k/include/asm/
Dmcfpit.h46 #define MCFPIT_PCSR_EN 0x0001 /* Enable PIT */ macro