Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-nvidia-gpu.c24 #define I2C_MST_CNTL 0x00 macro
85 ret = readl_poll_timeout(i2cd->regs + I2C_MST_CNTL, val, in gpu_i2c_check_status()
95 val = readl(i2cd->regs + I2C_MST_CNTL); in gpu_i2c_check_status()
116 writel(val, i2cd->regs + I2C_MST_CNTL); in gpu_i2c_read()
144 writel(I2C_MST_CNTL_GEN_START, i2cd->regs + I2C_MST_CNTL); in gpu_i2c_start()
150 writel(I2C_MST_CNTL_GEN_STOP, i2cd->regs + I2C_MST_CNTL); in gpu_i2c_stop()
161 writel(val, i2cd->regs + I2C_MST_CNTL); in gpu_i2c_write()