Home
last modified time | relevance | path

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

/linux-6.15/drivers/i2c/busses/
H A Di2c-qup.c30 #define QUP_SW_RESET 0x00c macro
934 writel(1, qup->base + QUP_SW_RESET); in qup_i2c_wait_for_complete()
1103 writel(1, qup->base + QUP_SW_RESET); in qup_i2c_xfer()
1583 writel(1, qup->base + QUP_SW_RESET); in qup_i2c_xfer_v2()
1835 writel(1, qup->base + QUP_SW_RESET); in qup_i2c_probe()
/linux-6.15/drivers/spi/
H A Dspi-qup.c26 #define QUP_SW_RESET 0x000c macro
1161 writel_relaxed(1, base + QUP_SW_RESET); in spi_qup_probe()