snd_ice1712_gpio_read   53 sound/pci/ice1712/ak4xxx.c 	tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  105 sound/pci/ice1712/aureon.c 	tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  236 sound/pci/ice1712/aureon.c 	tmp = (snd_ice1712_gpio_read(ice) & ~0xFF) | (reg & 0x7F);
snd_ice1712_gpio_read  320 sound/pci/ice1712/aureon.c 	tmp = (snd_ice1712_gpio_read(ice) | AUREON_AC97_RESET) & ~AUREON_AC97_DATA_MASK;
snd_ice1712_gpio_read  479 sound/pci/ice1712/aureon.c 	tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  532 sound/pci/ice1712/aureon.c 	tmp = (snd_ice1712_gpio_read(ice) & ~AUREON_SPI_CLK) | AUREON_CS8415_CS|AUREON_WM_CS;
snd_ice1712_gpio_read  558 sound/pci/ice1712/aureon.c 			tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read 1278 sound/pci/ice1712/aureon.c 	tmp2 = tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read 1300 sound/pci/ice1712/aureon.c 	unsigned int tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read 2023 sound/pci/ice1712/aureon.c 	tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read 1759 sound/pci/ice1712/ice1712.c 		(snd_ice1712_gpio_read(ice) & mask ? 1 : 0) ^ invert;
snd_ice1712_gpio_read 1776 sound/pci/ice1712/ice1712.c 	val = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  460 sound/pci/ice1712/ice1712.h 	val = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  471 sound/pci/ice1712/ice1712.h 	return  snd_ice1712_gpio_read(ice) & mask;
snd_ice1712_gpio_read 1806 sound/pci/ice1712/ice1724.c 		(snd_ice1712_gpio_read(ice) & (1 << shift) ? 1 : 0) ^ invert;
snd_ice1712_gpio_read 1823 sound/pci/ice1712/ice1724.c 	val = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  287 sound/pci/ice1712/maya44.c 	data = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  303 sound/pci/ice1712/maya44.c 	val = (snd_ice1712_gpio_read(chip->ice) >> shift) & 1;
snd_ice1712_gpio_read  357 sound/pci/ice1712/maya44.c 	if (snd_ice1712_gpio_read(chip->ice) & (1 << GPIO_MIC_RELAY))
snd_ice1712_gpio_read  203 sound/pci/ice1712/phase.c 	tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  434 sound/pci/ice1712/phase.c 	tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  315 sound/pci/ice1712/pontis.c 	unsigned int tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  346 sound/pci/ice1712/pontis.c 		if (snd_ice1712_gpio_read(ice) & PONTIS_CS_RDATA)
snd_ice1712_gpio_read  503 sound/pci/ice1712/pontis.c 	ucontrol->value.integer.value[0] = snd_ice1712_gpio_read(ice) & 0xffff;
snd_ice1712_gpio_read  516 sound/pci/ice1712/pontis.c 	val = snd_ice1712_gpio_read(ice) & 0xffff;
snd_ice1712_gpio_read  468 sound/pci/ice1712/prodigy192.c 		if (snd_ice1712_gpio_read(ice) & VT1724_PRODIGY192_CDIN)
snd_ice1712_gpio_read  486 sound/pci/ice1712/prodigy192.c 	tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  144 sound/pci/ice1712/prodigy_hifi.c 	unsigned int tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  116 sound/pci/ice1712/psc724.c 	bits = snd_ice1712_gpio_read(ice) & ~PSC724_SPI_MASK;
snd_ice1712_gpio_read  157 sound/pci/ice1712/psc724.c 	unsigned int bits = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  208 sound/pci/ice1712/psc724.c 	bool hp_connected = snd_ice1712_gpio_read(ice) & GPIO_HP_JACK;
snd_ice1712_gpio_read  225 sound/pci/ice1712/psc724.c 		bool hp_connected = snd_ice1712_gpio_read(ice) & GPIO_HP_JACK;
snd_ice1712_gpio_read  397 sound/pci/ice1712/revo.c 		if (snd_ice1712_gpio_read(ice) & VT1724_REVO_CDIN)
snd_ice1712_gpio_read  413 sound/pci/ice1712/revo.c 	tmp = snd_ice1712_gpio_read(ice);
snd_ice1712_gpio_read  135 sound/pci/ice1712/se.c 	bits = snd_ice1712_gpio_read(ice) & ~ALL_MASK;