Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-at91.c95 static u32 two_bit_pin_value_shift_amount(u32 pin) in two_bit_pin_value_shift_amount() function
204 u32 shift = two_bit_pin_value_shift_amount(pin); in set_drive_strength()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-at91.c379 static unsigned two_bit_pin_value_shift_amount(unsigned int pin) in two_bit_pin_value_shift_amount() function
579 tmp = tmp >> two_bit_pin_value_shift_amount(pin); in read_drive_strength()
635 unsigned shift = two_bit_pin_value_shift_amount(pin); in set_drive_strength()