Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c64 u32 dwCtrl; in smi_i2c_cfg() local
66 dwCtrl = smi_read(sw_ctl); in smi_i2c_cfg()
67 dwCtrl &= ~0x18; /* disable output.*/ in smi_i2c_cfg()
68 dwCtrl |= 0x21; /* reset and software mode.*/ in smi_i2c_cfg()
69 dwCtrl &= ~0xff00; in smi_i2c_cfg()
70 dwCtrl |= 0x6400; in smi_i2c_cfg()
71 smi_write(sw_ctl, dwCtrl); in smi_i2c_cfg()
73 dwCtrl = smi_read(sw_ctl); in smi_i2c_cfg()
74 dwCtrl &= ~0x20; in smi_i2c_cfg()
75 smi_write(sw_ctl, dwCtrl); in smi_i2c_cfg()