Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dusb3503.txt20 rate is specified by REF_SEL pins and a value from the primary
23 - refclk-frequency: Frequency of the REFCLK signal as defined by REF_SEL
/Linux-v4.19/drivers/input/touchscreen/
Dstmpe-ts.c54 #define REF_SEL(x) ((x & 0x1) << 1) macro
217 REF_SEL(ts->ref_sel); in stmpe_init_hw()
218 adc_ctrl1_mask = SAMPLE_TIME(0xff) | MOD_12B(0xff) | REF_SEL(0xff); in stmpe_init_hw()