GET_REG           106 sound/pci/hda/patch_si3054.c 	uvalue->value.integer.value[0] = (GET_REG(codec, reg)) & mask ? 1 : 0 ;
GET_REG           117 sound/pci/hda/patch_si3054.c 		SET_REG_CACHE(codec, reg, (GET_REG(codec, reg)) | mask);
GET_REG           119 sound/pci/hda/patch_si3054.c 		SET_REG_CACHE(codec, reg, (GET_REG(codec, reg)) & ~mask);
GET_REG           158 sound/pci/hda/patch_si3054.c 	val = GET_REG(codec, SI3054_LINE_LEVEL);
GET_REG           233 sound/pci/hda/patch_si3054.c 		val = GET_REG(codec, SI3054_EXTENDED_MID);
GET_REG           247 sound/pci/hda/patch_si3054.c 	if((GET_REG(codec,SI3054_LINE_STATUS) & (1<<6)) == 0) {
GET_REG           249 sound/pci/hda/patch_si3054.c 				GET_REG(codec,SI3054_LINE_STATUS));
GET_REG           252 sound/pci/hda/patch_si3054.c 	spec->international = GET_REG(codec, SI3054_CHIPID) & SI3054_CHIPID_INTERNATIONAL;