gpioorg          1392 sound/pci/ctxfi/cthw20k1.c 	u16 gpioorg;
gpioorg          1407 sound/pci/ctxfi/cthw20k1.c 		gpioorg = (u16)hw_read_20kx(hw, GPIO);
gpioorg          1408 sound/pci/ctxfi/cthw20k1.c 		gpioorg &= 0xfffd;
gpioorg          1409 sound/pci/ctxfi/cthw20k1.c 		hw_write_20kx(hw, GPIO, gpioorg);
gpioorg          1411 sound/pci/ctxfi/cthw20k1.c 		hw_write_20kx(hw, GPIO, gpioorg | 0x2);
gpioorg          1425 sound/pci/ctxfi/cthw20k1.c 	u16 gpioorg;
gpioorg          1430 sound/pci/ctxfi/cthw20k1.c 		gpioorg = (u16)hw_read_20kx(hw, GPIO);
gpioorg          1431 sound/pci/ctxfi/cthw20k1.c 		gpioorg &= 0xffbf;	/* set GPIO6 to low */
gpioorg          1432 sound/pci/ctxfi/cthw20k1.c 		gpioorg |= 2;		/* set GPIO1 to high */
gpioorg          1433 sound/pci/ctxfi/cthw20k1.c 		hw_write_20kx(hw, GPIO, gpioorg);
gpioorg          1438 sound/pci/ctxfi/cthw20k1.c 	gpioorg = (u16)hw_read_20kx(hw, GPIO);
gpioorg          1439 sound/pci/ctxfi/cthw20k1.c 	gpioorg &= 0xffbf;
gpioorg          1440 sound/pci/ctxfi/cthw20k1.c 	hw_write_20kx(hw, GPIO, gpioorg);
gpioorg          1475 sound/pci/ctxfi/cthw20k1.c 	gpioorg = (u16)hw_read_20kx(hw, GPIO);
gpioorg          1476 sound/pci/ctxfi/cthw20k1.c 	gpioorg = gpioorg | 0x40;
gpioorg          1477 sound/pci/ctxfi/cthw20k1.c 	hw_write_20kx(hw, GPIO, gpioorg);
gpioorg          1700 sound/pci/ctxfi/cthw20k1.c 	u16 gpioorg;
gpioorg          1755 sound/pci/ctxfi/cthw20k1.c 	gpioorg = (u16)hw_read_20kx(hw,  GPIO);
gpioorg          1756 sound/pci/ctxfi/cthw20k1.c 	gpioorg &= 0xfe7f;
gpioorg          1757 sound/pci/ctxfi/cthw20k1.c 	gpioorg |= input_source;
gpioorg          1758 sound/pci/ctxfi/cthw20k1.c 	hw_write_20kx(hw, GPIO, gpioorg);