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