Searched defs:pin_offset (Results 1 - 2 of 2) sorted by path

/drivers/gpio/
H A Dgpiolib.c691 * @pin_offset: the start offset in the pin controller number space
696 unsigned int gpio_offset, unsigned int pin_offset,
713 pin_range->range.pin_base = pin_offset;
726 pin_offset, pin_offset + npins - 1);
695 gpiochip_add_pin_range(struct gpio_chip *chip, const char *pinctl_name, unsigned int gpio_offset, unsigned int pin_offset, unsigned int npins) argument
/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c372 u32 mask, shift, data, pin_offset; local
382 &reg, &pin_offset, &bank);
385 shift = pin_offset * type->fld_width[PINCFG_TYPE_FUNC];
429 u32 data, width, pin_offset, mask, shift; local
435 &pin_offset, &bank);
447 shift = pin_offset * width;

Completed in 84 milliseconds