Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dcs4231-regs.h103 #define CS4231_XTAL1 0x00 /* 24.576 crystal */ macro
/Linux-v5.4/sound/sparc/
Dcs4231.c190 /* 8000 */ 0x00 | CS4231_XTAL1,
191 /* 9600 */ 0x0E | CS4231_XTAL1,
193 /* 16000 */ 0x02 | CS4231_XTAL1,
196 /* 27042 */ 0x04 | CS4231_XTAL1,
197 /* 32000 */ 0x06 | CS4231_XTAL1,
201 /* 48000 */ 0x0C | CS4231_XTAL1
/Linux-v5.4/sound/isa/wss/
Dwss_lib.c44 /* 8000 */ 0x00 | CS4231_XTAL1,
45 /* 9600 */ 0x0E | CS4231_XTAL1,
47 /* 16000 */ 0x02 | CS4231_XTAL1,
50 /* 27042 */ 0x04 | CS4231_XTAL1,
51 /* 32000 */ 0x06 | CS4231_XTAL1,
55 /* 48000 */ 0x0C | CS4231_XTAL1