Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_sii164.c325 unsigned char detectReg; in sii164SelectHotPlugDetectionMode() local
327detectReg = i2cReadReg(SII164_I2C_ADDRESS, SII164_DETECT) & ~SII164_DETECT_MONITOR_SENSE_OUTPUT_FL… in sii164SelectHotPlugDetectionMode()
331 detectReg |= SII164_DETECT_MONITOR_SENSE_OUTPUT_HIGH; in sii164SelectHotPlugDetectionMode()
334 detectReg &= ~SII164_DETECT_INTERRUPT_MASK; in sii164SelectHotPlugDetectionMode()
335 detectReg |= SII164_DETECT_INTERRUPT_BY_HTPLG_PIN; in sii164SelectHotPlugDetectionMode()
336 detectReg |= SII164_DETECT_MONITOR_SENSE_OUTPUT_MDI; in sii164SelectHotPlugDetectionMode()
339 detectReg |= SII164_DETECT_MONITOR_SENSE_OUTPUT_RSEN; in sii164SelectHotPlugDetectionMode()
342 detectReg |= SII164_DETECT_MONITOR_SENSE_OUTPUT_HTPLG; in sii164SelectHotPlugDetectionMode()
346 i2cWriteReg(SII164_I2C_ADDRESS, SII164_DETECT, detectReg); in sii164SelectHotPlugDetectionMode()
359 unsigned char detectReg; in sii164EnableHotPlugDetection() local
[all …]