Home
last modified time | relevance | path

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

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