Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dregs-adc.h29 #define S3C2410_ADCCON_PRSCVL(x) (((x)&0xFF)<<6) macro
H A Dadc.c347 adc->prescale = S3C2410_ADCCON_PRSCVL(49); in s3c_adc_probe()