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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_si3054.c79 #define GET_REG(codec,reg) (snd_hda_codec_read(codec,reg,0,SI3054_VERB_READ_NODE,0)) macro
113 uvalue->value.integer.value[0] = (GET_REG(codec, reg)) & mask ? 1 : 0 ;
124 SET_REG(codec, reg, (GET_REG(codec, reg)) | mask);
126 SET_REG(codec, reg, (GET_REG(codec, reg)) & ~mask);
165 val = GET_REG(codec, SI3054_LINE_LEVEL);
240 val = GET_REG(codec, SI3054_EXTENDED_MID);
254 if((GET_REG(codec,SI3054_LINE_STATUS) & (1<<6)) == 0) {
256 GET_REG(codec,SI3054_LINE_STATUS));
259 spec->international = GET_REG(codec, SI3054_CHIPID) & SI3054_CHIPID_INTERNATIONAL;

Completed in 35 milliseconds