Searched refs:WCD_REG_DIR_CTL_OFFSET (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-wcd934x.c | 11 #define WCD_REG_DIR_CTL_OFFSET 0x42 macro 26 ret = regmap_read(data->map, WCD_REG_DIR_CTL_OFFSET, &value); in wcd_gpio_get_direction() 40 return regmap_update_bits(data->map, WCD_REG_DIR_CTL_OFFSET, in wcd_gpio_direction_input() 49 regmap_update_bits(data->map, WCD_REG_DIR_CTL_OFFSET, in wcd_gpio_direction_output()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-wcd934x.c | 12 #define WCD_REG_DIR_CTL_OFFSET 0x42 macro 27 ret = regmap_read(data->map, WCD_REG_DIR_CTL_OFFSET, &value); in wcd_gpio_get_direction() 41 return regmap_update_bits(data->map, WCD_REG_DIR_CTL_OFFSET, in wcd_gpio_direction_input() 50 regmap_update_bits(data->map, WCD_REG_DIR_CTL_OFFSET, in wcd_gpio_direction_output()
|
Completed in 2 milliseconds