snd_ice1712_read   59 sound/pci/ice1712/delta.c 		if (snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA) & ICE1712_DELTA_AP_DIN)
snd_ice1712_read   72 sound/pci/ice1712/delta.c 	tmp = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA);
snd_ice1712_read  180 sound/pci/ice1712/delta.c 	tmp = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA);
snd_ice1712_read  310 sound/pci/ice1712/delta.c 	tmp = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA);
snd_ice1712_read  332 sound/pci/ice1712/delta.c 	tmp = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA);
snd_ice1712_read  343 sound/pci/ice1712/delta.c 	tmp = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA) & ~ICE1712_DELTA_DFS;
snd_ice1712_read  666 sound/pci/ice1712/delta.c 	tmp = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA);
snd_ice1712_read   57 sound/pci/ice1712/ews.c 	return snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA) & ICE1712_EWX2496_SERIAL_CLOCK ? 1 : 0;
snd_ice1712_read   69 sound/pci/ice1712/ews.c 	bit = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA) & ICE1712_EWX2496_SERIAL_DATA ? 1 : 0;
snd_ice1712_read  578 sound/pci/ice1712/ews.c 	ucontrol->value.enumerated.item[0] = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA) & mask ? 1 : 0;
snd_ice1712_read  593 sound/pci/ice1712/ews.c 	val = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA);
snd_ice1712_read  288 sound/pci/ice1712/ice1712.c 	return snd_ice1712_read(ice, ICE1712_IREG_GPIO_DIRECTION);
snd_ice1712_read  293 sound/pci/ice1712/ice1712.c 	return snd_ice1712_read(ice, ICE1712_IREG_GPIO_WRITE_MASK);
snd_ice1712_read  304 sound/pci/ice1712/ice1712.c 	return snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA);
snd_ice1712_read  509 sound/pci/ice1712/ice1712.c 	tmp = snd_ice1712_read(ice, ICE1712_IREG_PBK_CTRL);
snd_ice1712_read  559 sound/pci/ice1712/ice1712.c 	tmp = snd_ice1712_read(ice, ICE1712_IREG_CAP_CTRL);
snd_ice1712_read  670 sound/pci/ice1712/ice1712.c 	if (!(snd_ice1712_read(ice, ICE1712_IREG_PBK_CTRL) & 1))
snd_ice1712_read  704 sound/pci/ice1712/ice1712.c 	if (!(snd_ice1712_read(ice, ICE1712_IREG_CAP_CTRL) & 1))
snd_ice1712_read 1586 sound/pci/ice1712/ice1712.c 	snd_iprintf(buffer, "  GPIO_WRITE_MASK  : 0x%02x\n", (unsigned)snd_ice1712_read(ice, ICE1712_IREG_GPIO_WRITE_MASK));
snd_ice1712_read 1587 sound/pci/ice1712/ice1712.c 	snd_iprintf(buffer, "  GPIO_DIRECTION   : 0x%02x\n", (unsigned)snd_ice1712_read(ice, ICE1712_IREG_GPIO_DIRECTION));