Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/sm750fb/
Dddk750_sii164.c309 unsigned char detectReg; in sii164SelectHotPlugDetectionMode() local
311detectReg = i2cReadReg(SII164_I2C_ADDRESS, SII164_DETECT) & ~SII164_DETECT_MONITOR_SENSE_OUTPUT_FL… in sii164SelectHotPlugDetectionMode()
314 detectReg |= SII164_DETECT_MONITOR_SENSE_OUTPUT_HIGH; in sii164SelectHotPlugDetectionMode()
317 detectReg &= ~SII164_DETECT_INTERRUPT_MASK; in sii164SelectHotPlugDetectionMode()
318 detectReg |= SII164_DETECT_INTERRUPT_BY_HTPLG_PIN; in sii164SelectHotPlugDetectionMode()
319 detectReg |= SII164_DETECT_MONITOR_SENSE_OUTPUT_MDI; in sii164SelectHotPlugDetectionMode()
322 detectReg |= SII164_DETECT_MONITOR_SENSE_OUTPUT_RSEN; in sii164SelectHotPlugDetectionMode()
325 detectReg |= SII164_DETECT_MONITOR_SENSE_OUTPUT_HTPLG; in sii164SelectHotPlugDetectionMode()
329 i2cWriteReg(SII164_I2C_ADDRESS, SII164_DETECT, detectReg); in sii164SelectHotPlugDetectionMode()
342 unsigned char detectReg; in sii164EnableHotPlugDetection() local
[all …]