Searched refs:config_run (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/i2c/busses/
H A Di2c-qup.c256 u32 config_run; member in struct:qup_i2c_dev
1129 writel(qup->config_run | blk->total_tx_len,
1132 writel(qup->config_run | blk->total_tx_len,
1137 writel(qup->config_run | blk->total_rx_len,
1140 writel(qup->config_run | blk->total_rx_len,
1370 qup->config_run = is_first ? 0 : QUP_I2C_MX_CONFIG_DURING_RUN;

Completed in 117 milliseconds