Home
last modified time | relevance | path

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

/drivers/i2c/busses/
A Di2c-st.c30 #define SSC_STA 0x014 macro
245 if (readl_relaxed(i2c_dev->base + SSC_STA) & SSC_STA_RIR) in st_i2c_flush_rx_fifo()
376 sta = readl_relaxed(i2c_dev->base + SSC_STA); in st_i2c_wait_free_bus()
419 sta = readl_relaxed(i2c_dev->base + SSC_STA); in st_i2c_wr_fill_tx_fifo()
445 sta = readl_relaxed(i2c_dev->base + SSC_STA); in st_i2c_rd_fill_tx_fifo()
463 sta = readl_relaxed(i2c_dev->base + SSC_STA); in st_i2c_read_rx_fifo()
566 sta = readl_relaxed(i2c_dev->base + SSC_STA); in st_i2c_isr_thread()

Completed in 5 milliseconds