ALL_MASK 128 sound/pci/ice1712/se.c const unsigned int ALL_MASK = (DATA | CLOCK | LOAD); ALL_MASK 133 sound/pci/ice1712/se.c snd_ice1712_gpio_set_dir(ice, ice->gpio.direction | ALL_MASK); ALL_MASK 134 sound/pci/ice1712/se.c snd_ice1712_gpio_set_mask(ice, ice->gpio.write_mask & ~ALL_MASK); ALL_MASK 135 sound/pci/ice1712/se.c bits = snd_ice1712_gpio_read(ice) & ~ALL_MASK;