controlValue 883 sound/pci/korg1212/korg1212.c u16 controlValue; // this keeps the current value to be written to controlValue 895 sound/pci/korg1212/korg1212.c controlValue = 0; controlValue 896 sound/pci/korg1212/korg1212.c SetBitInWord(&controlValue, SET_SENS_LOCALINIT_BITPOS); // init the control value controlValue 952 sound/pci/korg1212/korg1212.c ClearBitInWord(&controlValue, SET_SENS_LOADSHIFT_BITPOS); controlValue 953 sound/pci/korg1212/korg1212.c ClearBitInWord(&controlValue, SET_SENS_DATA_BITPOS); controlValue 954 sound/pci/korg1212/korg1212.c writew(controlValue, korg1212->sensRegPtr); // load/shift goes low controlValue 960 sound/pci/korg1212/korg1212.c SetBitInWord(&controlValue, SET_SENS_DATA_BITPOS); // data bit set high controlValue 962 sound/pci/korg1212/korg1212.c ClearBitInWord(&controlValue, SET_SENS_DATA_BITPOS); // data bit set low controlValue 965 sound/pci/korg1212/korg1212.c SetBitInWord(&controlValue, SET_SENS_DATA_BITPOS); // data bit set high controlValue 967 sound/pci/korg1212/korg1212.c ClearBitInWord(&controlValue, SET_SENS_DATA_BITPOS); // data bit set low controlValue 970 sound/pci/korg1212/korg1212.c ClearBitInWord(&controlValue, SET_SENS_CLOCK_BITPOS); controlValue 971 sound/pci/korg1212/korg1212.c writew(controlValue, korg1212->sensRegPtr); // clock goes low controlValue 973 sound/pci/korg1212/korg1212.c SetBitInWord(&controlValue, SET_SENS_CLOCK_BITPOS); controlValue 974 sound/pci/korg1212/korg1212.c writew(controlValue, korg1212->sensRegPtr); // clock goes high controlValue 982 sound/pci/korg1212/korg1212.c ClearBitInWord(&controlValue, SET_SENS_DATA_BITPOS); controlValue 983 sound/pci/korg1212/korg1212.c ClearBitInWord(&controlValue, SET_SENS_CLOCK_BITPOS); controlValue 984 sound/pci/korg1212/korg1212.c SetBitInWord(&controlValue, SET_SENS_LOADSHIFT_BITPOS); controlValue 985 sound/pci/korg1212/korg1212.c writew(controlValue, korg1212->sensRegPtr); // load shift goes high - clk low controlValue 989 sound/pci/korg1212/korg1212.c SetBitInWord(&controlValue, SET_SENS_DATA_BITPOS); controlValue 991 sound/pci/korg1212/korg1212.c writew(controlValue, korg1212->sensRegPtr); // set/clear data bit controlValue 993 sound/pci/korg1212/korg1212.c SetBitInWord(&controlValue, SET_SENS_CLOCK_BITPOS); controlValue 994 sound/pci/korg1212/korg1212.c writew(controlValue, korg1212->sensRegPtr); // clock goes high controlValue 996 sound/pci/korg1212/korg1212.c ClearBitInWord(&controlValue, SET_SENS_CLOCK_BITPOS); controlValue 997 sound/pci/korg1212/korg1212.c writew(controlValue, korg1212->sensRegPtr); // clock goes low