Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/brcm/i2c/
H A Di2c_regs.h232 #define SMB_MSTRWRSTS_MASK 0x80000000U macro
/rk3399_ARM-atf/drivers/brcm/i2c/
H A Di2c.c245 devaddr | 0x1U | SMB_MSTRWRSTS_MASK); in iproc_i2c_write_trans_data()
261 devaddr | 0x1U | SMB_MSTRWRSTS_MASK); in iproc_i2c_write_trans_data()
298 info->data[i] | SMB_MSTRWRSTS_MASK : info->data[i]; in iproc_i2c_write_trans_data()