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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/korg1212/
H A Dkorg1212.c532 #define SetBitInWord(theWord,bitPosition) (*theWord) |= (0x0001 << bitPosition) macro
888 SetBitInWord(&controlValue, SET_SENS_LOCALINIT_BITPOS); // init the control value
952 SetBitInWord(&controlValue, SET_SENS_DATA_BITPOS); // data bit set high
957 SetBitInWord(&controlValue, SET_SENS_DATA_BITPOS); // data bit set high
965 SetBitInWord(&controlValue, SET_SENS_CLOCK_BITPOS);
976 SetBitInWord(&controlValue, SET_SENS_LOADSHIFT_BITPOS);
981 SetBitInWord(&controlValue, SET_SENS_DATA_BITPOS);
985 SetBitInWord(&controlValue, SET_SENS_CLOCK_BITPOS);

Completed in 71 milliseconds