Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dpm8916_gpio.c29 #define REG_CTL 0x40 macro
68 ret = pmic_reg_write(dev->parent, gpio_base + REG_CTL, in pm8916_gpio_set_direction()
71 ret = pmic_reg_write(dev->parent, gpio_base + REG_CTL, in pm8916_gpio_set_direction()
121 reg = pmic_reg_read(dev->parent, gpio_base + REG_CTL); in pm8916_gpio_get_function()
156 return pmic_clrsetbits(dev->parent, gpio_base + REG_CTL, in pm8916_gpio_set_value()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-pasemi-core.c25 #define REG_CTL 0x1c macro
69 reg_write(smbus, REG_CTL, val); in pasemi_reset()