Searched refs:S3C2410_ADCCON_PRSCVL (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/arm/mach-s3c/ | ||
D | regs-adc.h | 29 #define S3C2410_ADCCON_PRSCVL(x) (((x)&0xFF)<<6) macro |
D | adc.c | 347 adc->prescale = S3C2410_ADCCON_PRSCVL(49); in s3c_adc_probe() |