Home
last modified time | relevance | path

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

/system/dev/i2c/dw-i2c/
A Ddw-i2c.c82 if (I2C_DW_GET_BITS32(DW_I2C_ENABLE_STATUS, DW_I2C_ENABLE_STATUS_EN_START, in i2c_dw_enable_wait()
272 buff[i] = I2C_DW_GET_BITS32(DW_I2C_DATA_CMD, DW_I2C_DATA_CMD_DAT_START, in i2c_dw_read()
320 dev->tx_fifo_depth = I2C_DW_GET_BITS32(DW_I2C_COMP_PARAM_1, in i2c_dw_host_init()
323 dev->rx_fifo_depth = I2C_DW_GET_BITS32(DW_I2C_COMP_PARAM_1, in i2c_dw_host_init()
A Ddw-i2c-regs.h16 #define I2C_DW_GET_BITS32(src, start, count) ((I2C_DW_READ32(src) & I2C_DW_MASK(start, count)) >> (… macro

Completed in 6 milliseconds