snd_ice1712_gpio_read 65 sound/pci/ice1712/ak4xxx.c tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 120 sound/pci/ice1712/aureon.c tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 256 sound/pci/ice1712/aureon.c tmp = (snd_ice1712_gpio_read(ice) & ~0xFF) | (reg & 0x7F); snd_ice1712_gpio_read 340 sound/pci/ice1712/aureon.c tmp = (snd_ice1712_gpio_read(ice) | AUREON_AC97_RESET) & ~AUREON_AC97_DATA_MASK; snd_ice1712_gpio_read 499 sound/pci/ice1712/aureon.c tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 552 sound/pci/ice1712/aureon.c tmp = (snd_ice1712_gpio_read(ice) & ~AUREON_SPI_CLK) | AUREON_CS8415_CS|AUREON_WM_CS; snd_ice1712_gpio_read 578 sound/pci/ice1712/aureon.c tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 1329 sound/pci/ice1712/aureon.c tmp2 = tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 1351 sound/pci/ice1712/aureon.c unsigned int tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 2100 sound/pci/ice1712/aureon.c tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 1767 sound/pci/ice1712/ice1712.c (snd_ice1712_gpio_read(ice) & mask ? 1 : 0) ^ invert; snd_ice1712_gpio_read 1784 sound/pci/ice1712/ice1712.c val = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 447 sound/pci/ice1712/ice1712.h val = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 458 sound/pci/ice1712/ice1712.h return snd_ice1712_gpio_read(ice) & mask; snd_ice1712_gpio_read 1718 sound/pci/ice1712/ice1724.c (snd_ice1712_gpio_read(ice) & (1 << shift) ? 1 : 0) ^ invert; snd_ice1712_gpio_read 1735 sound/pci/ice1712/ice1724.c val = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 218 sound/pci/ice1712/phase.c tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 449 sound/pci/ice1712/phase.c tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 330 sound/pci/ice1712/pontis.c unsigned int tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 361 sound/pci/ice1712/pontis.c if (snd_ice1712_gpio_read(ice) & PONTIS_CS_RDATA) snd_ice1712_gpio_read 524 sound/pci/ice1712/pontis.c ucontrol->value.integer.value[0] = snd_ice1712_gpio_read(ice) & 0xffff; snd_ice1712_gpio_read 537 sound/pci/ice1712/pontis.c val = snd_ice1712_gpio_read(ice) & 0xffff; snd_ice1712_gpio_read 486 sound/pci/ice1712/prodigy192.c if (snd_ice1712_gpio_read(ice) & VT1724_PRODIGY192_CDIN) snd_ice1712_gpio_read 504 sound/pci/ice1712/prodigy192.c tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 159 sound/pci/ice1712/prodigy_hifi.c unsigned int tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 411 sound/pci/ice1712/revo.c if (snd_ice1712_gpio_read(ice) & VT1724_REVO_CDIN) snd_ice1712_gpio_read 427 sound/pci/ice1712/revo.c tmp = snd_ice1712_gpio_read(ice); snd_ice1712_gpio_read 150 sound/pci/ice1712/se.c bits = snd_ice1712_gpio_read(ice) & ~ALL_MASK;