Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-qup.c27 #define QUP_OPERATIONAL_MASK 0x0028 macro
837 writel_relaxed(mask, controller->base + QUP_OPERATIONAL_MASK); in spi_qup_io_config()
1128 writel_relaxed(0, base + QUP_OPERATIONAL_MASK); in spi_qup_probe()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-qup.c33 #define QUP_OPERATIONAL_MASK 0x028 macro
856 writel((0x3 << 8), qup->base + QUP_OPERATIONAL_MASK); in qup_i2c_bam_xfer()