Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/cpu-sh3/cpu/
H A Dadc.h24 #define ADCSR_CKS 0x08 macro
/openbmc/linux/arch/sh/kernel/cpu/
H A Dadc.c23 csr = channel | ADCSR_ADST | ADCSR_CKS; in adc_single()