Home
last modified time | relevance | path

Searched refs:INTERSIL_RUN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/m68k/sun3/
H A Dconfig.c156 intersil_clock->cmd_reg=(INTERSIL_RUN|INTERSIL_INT_DISABLE|INTERSIL_24H_MODE); in sun3_sched_init()
160 intersil_clock->cmd_reg=(INTERSIL_RUN|INTERSIL_INT_ENABLE|INTERSIL_24H_MODE); in sun3_sched_init()
H A Dintersil.c23 #define START_VAL (INTERSIL_RUN | INTERSIL_INT_ENABLE | INTERSIL_24H_MODE)
/openbmc/linux/arch/m68k/include/asm/
H A Dintersil.h16 #define INTERSIL_RUN 0x08 macro