Searched refs:SMB_MSTRSTARTBUSYCMD_MASK (Results 1 – 2 of 2) sorted by relevance
204 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()
124 #define SMB_MSTRSTARTBUSYCMD_MASK 0x80000000U macro