Searched refs:z8536_write (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | addi_apci_1500.c | 68 static void z8536_write(struct comedi_device *dev, in z8536_write() function 97 z8536_write(dev, 0x00, Z8536_CFG_CTRL_REG); in z8536_reset() 103 z8536_write(dev, Z8536_PAB_MODE_PTS_BIT | in z8536_reset() 107 z8536_write(dev, 0xff, Z8536_PB_DPP_REG); in z8536_reset() 108 z8536_write(dev, 0xff, Z8536_PA_DD_REG); in z8536_reset() 117 z8536_write(dev, Z8536_PAB_MODE_PTS_BIT | in z8536_reset() 121 z8536_write(dev, 0x7f, Z8536_PB_DPP_REG); in z8536_reset() 122 z8536_write(dev, 0xff, Z8536_PB_DD_REG); in z8536_reset() 127 z8536_write(dev, 0x09, Z8536_PC_DPP_REG); in z8536_reset() 128 z8536_write(dev, 0x0e, Z8536_PC_DD_REG); in z8536_reset() [all …]
|