Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/smipcie/
Dsmipcie.c73 u32 dwCtrl; in smi_i2c_cfg() local
75 dwCtrl = smi_read(sw_ctl); in smi_i2c_cfg()
76 dwCtrl &= ~0x18; /* disable output.*/ in smi_i2c_cfg()
77 dwCtrl |= 0x21; /* reset and software mode.*/ in smi_i2c_cfg()
78 dwCtrl &= ~0xff00; in smi_i2c_cfg()
79 dwCtrl |= 0x6400; in smi_i2c_cfg()
80 smi_write(sw_ctl, dwCtrl); in smi_i2c_cfg()
82 dwCtrl = smi_read(sw_ctl); in smi_i2c_cfg()
83 dwCtrl &= ~0x20; in smi_i2c_cfg()
84 smi_write(sw_ctl, dwCtrl); in smi_i2c_cfg()