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

/u-boot/drivers/pinctrl/broadcom/
H A Dpinctrl-bcm283x.c37 int field_offset; local
40 field_offset = BCM2835_GPIO_FSEL_SHIFT(gpio);
43 BCM2835_GPIO_FSEL_MASK << field_offset,
44 (func & BCM2835_GPIO_FSEL_MASK) << field_offset);
/u-boot/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c104 int field_offset; local
116 field_offset = (BITS_PER_PIN) * (pin & PIN_FIELD_MASK);
119 PIN_FUNC_MASK << field_offset,
120 (function & PIN_FUNC_MASK) << field_offset);
161 int field_offset; local
177 field_offset = (BITS_PER_PIN) * (pin & PIN_FIELD_MASK);
180 PIN_FUNC_MASK << field_offset,
181 (func & PIN_FUNC_MASK) << field_offset);

Completed in 26 milliseconds