Lines Matching full:cpld
28 unsigned int cpld; /* cpld register */ member
81 /* GPIO8 - O - CPLD Chip Select, def. 1 */
83 /* GPIO9 - O - CPLD register read/write (0:write, 1:read), def. 0 */
142 /* CPLD Register DATA bits */
389 /* Communication routines with the CPLD */
450 return spec->cpld; in get_cpld()
471 spec->cpld = val; in set_cpld()
484 snd_iprintf(buffer, "CPLD: %s\n", get_binary(bin_buffer, in proc_regs_read()
661 PRIV_ENUM2(IN12_SEL, CPLD_IN12_SEL, cpld, "An In 1/2", "An In 3/4"),
662 PRIV_ENUM2(IN34_SEL, CPLD_IN34_SEL, cpld, "An In 3/4", "IEC958 In"),
664 PRIV_ENUM2(COAX_OUT, CPLD_COAX_OUT, cpld, "IEC958", "I2S"),
1002 /* CPLD Initialize */ in qtet_init()