Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_hpc.c67 #define WPG_I2CMCNTL_STARTOP_MASK 0x00000002 // Start the Operation macro
185 data = WPG_I2CMCNTL_STARTOP_MASK; in i2c_ctrl_read()
198 if (!(data & WPG_I2CMCNTL_STARTOP_MASK)) in i2c_ctrl_read()
296 data = WPG_I2CMCNTL_STARTOP_MASK; in i2c_ctrl_write()
309 if (!(data & WPG_I2CMCNTL_STARTOP_MASK)) in i2c_ctrl_write()