Searched refs:VT1724_PRODIGY192_CCLK (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/ice1712/
H A Dprodigy192.h13 #define VT1724_PRODIGY192_CCLK (1 << 9) /* GPIO9, pin 76 */ macro
H A Dprodigy192.c451 gpio &= ~VT1724_PRODIGY192_CCLK; write_data()
462 gpio |= VT1724_PRODIGY192_CCLK; write_data()
478 gpio &= ~VT1724_PRODIGY192_CCLK; read_data()
486 gpio |= VT1724_PRODIGY192_CCLK; read_data()
502 tmp |= VT1724_PRODIGY192_CCLK; /* high at init */ prodigy192_4wire_start()

Completed in 136 milliseconds