GET_REG            91 sound/pci/hda/patch_si3054.c 	uvalue->value.integer.value[0] = (GET_REG(codec, reg)) & mask ? 1 : 0 ;
GET_REG           102 sound/pci/hda/patch_si3054.c 		SET_REG_CACHE(codec, reg, (GET_REG(codec, reg)) | mask);
GET_REG           104 sound/pci/hda/patch_si3054.c 		SET_REG_CACHE(codec, reg, (GET_REG(codec, reg)) & ~mask);
GET_REG           144 sound/pci/hda/patch_si3054.c 	val = GET_REG(codec, SI3054_LINE_LEVEL);
GET_REG           224 sound/pci/hda/patch_si3054.c 		val = GET_REG(codec, SI3054_EXTENDED_MID);
GET_REG           238 sound/pci/hda/patch_si3054.c 	if((GET_REG(codec,SI3054_LINE_STATUS) & (1<<6)) == 0) {
GET_REG           241 sound/pci/hda/patch_si3054.c 				GET_REG(codec,SI3054_LINE_STATUS));
GET_REG           244 sound/pci/hda/patch_si3054.c 	spec->international = GET_REG(codec, SI3054_CHIPID) & SI3054_CHIPID_INTERNATIONAL;