Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/brcm/i2c/
H A Di2c.c204 regval &= SMB_MSTRSTARTBUSYCMD_MASK; in iproc_i2c_startbusy_wait()
318 while ((regval & SMB_MSTRSTARTBUSYCMD_MASK) != 0U) { in iproc_i2c_write_master_command()
329 if (!(regval & SMB_MSTRSTARTBUSYCMD_MASK)) { in iproc_i2c_write_master_command()
363 SMB_MSTRSTARTBUSYCMD_MASK; in iproc_i2c_data_send()
399 SMB_MSTRSTARTBUSYCMD_MASK | info->size; in iproc_i2c_data_recv()
588 SMB_MSTRSTARTBUSYCMD_MASK); in i2c_probe()
/rk3399_ARM-atf/include/drivers/brcm/i2c/
H A Di2c_regs.h124 #define SMB_MSTRSTARTBUSYCMD_MASK 0x80000000U macro