Home
last modified time | relevance | path

Searched refs:PIN_OFFSET (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/spear/
H A Dpinctrl-plgpio.c25 #define PIN_OFFSET(pin) (pin % MAX_GPIO_PER_REG) macro
82 u32 offset = PIN_OFFSET(pin); in is_plgpio_set()
91 u32 offset = PIN_OFFSET(pin); in plgpio_reg_set()
100 u32 offset = PIN_OFFSET(pin); in plgpio_reg_reset()
343 offset = PIN_OFFSET(offset); in plgpio_irq_set_type()
/kernel/linux/linux-6.6/drivers/pinctrl/spear/
H A Dpinctrl-plgpio.c27 #define PIN_OFFSET(pin) (pin % MAX_GPIO_PER_REG) macro
84 u32 offset = PIN_OFFSET(pin); in is_plgpio_set()
95 u32 offset = PIN_OFFSET(pin); in plgpio_reg_set()
105 u32 offset = PIN_OFFSET(pin); in plgpio_reg_reset()
352 offset = PIN_OFFSET(offset); in plgpio_irq_set_type()

Completed in 3 milliseconds