Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ctxfi/
Dcthw20k1.c1396 u16 gpioorg; in hw_reset_dac() local
1411 gpioorg = (u16)hw_read_20kx(hw, GPIO); in hw_reset_dac()
1412 gpioorg &= 0xfffd; in hw_reset_dac()
1413 hw_write_20kx(hw, GPIO, gpioorg); in hw_reset_dac()
1415 hw_write_20kx(hw, GPIO, gpioorg | 0x2); in hw_reset_dac()
1429 u16 gpioorg; in hw_dac_init() local
1434 gpioorg = (u16)hw_read_20kx(hw, GPIO); in hw_dac_init()
1435 gpioorg &= 0xffbf; /* set GPIO6 to low */ in hw_dac_init()
1436 gpioorg |= 2; /* set GPIO1 to high */ in hw_dac_init()
1437 hw_write_20kx(hw, GPIO, gpioorg); in hw_dac_init()
[all …]