Searched refs:gpioorg (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dcthw20k1.c1396 u16 gpioorg; local
1411 gpioorg = (u16)hw_read_20kx(hw, GPIO);
1412 gpioorg &= 0xfffd;
1413 hw_write_20kx(hw, GPIO, gpioorg);
1415 hw_write_20kx(hw, GPIO, gpioorg | 0x2);
1429 u16 gpioorg; local
1434 gpioorg = (u16)hw_read_20kx(hw, GPIO);
1435 gpioorg &= 0xffbf; /* set GPIO6 to low */
1436 gpioorg |= 2; /* set GPIO1 to high */
1437 hw_write_20kx(hw, GPIO, gpioorg);
1704 u16 gpioorg; local
[all...]

Completed in 110 milliseconds