Searched refs:ioset (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c100 unsigned int ioset; member in struct:atmel_pin
546 atmel_pioctrl->pins[pin_id]->ioset = ATMEL_GET_PIN_IOSET(pinfunc);
942 seq_printf(s, " (%s, ioset %u) ",
944 atmel_pioctrl->pins[pin_id]->ioset);
/linux-master/arch/arm/boot/dts/microchip/
H A Dsama5d2-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
H A Dsama7g5-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
/linux-master/scripts/dtc/include-prefixes/arm/microchip/
H A Dsama5d2-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
H A Dsama7g5-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))

Completed in 148 milliseconds