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

/linux-4.4.14/drivers/i2c/busses/
H A Di2c-st.c32 #define SSC_STA 0x014 macro
247 if (readl_relaxed(i2c_dev->base + SSC_STA) & SSC_STA_RIR) st_i2c_flush_rx_fifo()
346 sta = readl_relaxed(i2c_dev->base + SSC_STA); st_i2c_wait_free_bus()
383 sta = readl_relaxed(i2c_dev->base + SSC_STA); st_i2c_wr_fill_tx_fifo()
412 sta = readl_relaxed(i2c_dev->base + SSC_STA); st_i2c_rd_fill_tx_fifo()
434 sta = readl_relaxed(i2c_dev->base + SSC_STA); st_i2c_read_rx_fifo()
537 sta = readl_relaxed(i2c_dev->base + SSC_STA); st_i2c_isr_thread()

Completed in 41 milliseconds