Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/vybrid/
H A Dvf_adc.c78 #define CFG_MODE_S 2 /* Conversion Mode Selection Shift */ macro
206 reg &= ~(CFG_MODE_M << CFG_MODE_S); in adc_attach()
207 reg |= (CFG_MODE_12 << CFG_MODE_S); /* 12bit */ in adc_attach()