Home
last modified time | relevance | path

Searched refs:pin_to_mask (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/board/siemens/smartweb/
H A Dsmartweb.c97 writel(pin_to_mask(AT91_PIN_PA14) | in smartweb_macb_hw_init()
98 pin_to_mask(AT91_PIN_PA15) | in smartweb_macb_hw_init()
99 pin_to_mask(AT91_PIN_PA17) | in smartweb_macb_hw_init()
100 pin_to_mask(AT91_PIN_PA25) | in smartweb_macb_hw_init()
101 pin_to_mask(AT91_PIN_PA26) | in smartweb_macb_hw_init()
102 pin_to_mask(AT91_PIN_PA28) | in smartweb_macb_hw_init()
103 pin_to_mask(AT91_PIN_PA29), in smartweb_macb_hw_init()
109 writel(pin_to_mask(AT91_PIN_PA14) | in smartweb_macb_hw_init()
110 pin_to_mask(AT91_PIN_PA15) | in smartweb_macb_hw_init()
111 pin_to_mask(AT91_PIN_PA17) | in smartweb_macb_hw_init()
[all …]
/OK3568_Linux_fs/u-boot/board/bluewater/snapper9260/
H A Dsnapper9260.c40 writel(pin_to_mask(AT91_PIN_PA14) | in macb_hw_init()
41 pin_to_mask(AT91_PIN_PA15) | in macb_hw_init()
42 pin_to_mask(AT91_PIN_PA18), in macb_hw_init()
65 writel(pin_to_mask(AT91_PIN_PA14) | in macb_hw_init()
66 pin_to_mask(AT91_PIN_PA15) | in macb_hw_init()
67 pin_to_mask(AT91_PIN_PA18), in macb_hw_init()
/OK3568_Linux_fs/u-boot/board/mini-box/picosam9g45/
H A Dpicosam9g45.c128 writel(pin_to_mask(AT91_PIN_PA15) | in picosam9g45_macb_hw_init()
129 pin_to_mask(AT91_PIN_PA12) | in picosam9g45_macb_hw_init()
130 pin_to_mask(AT91_PIN_PA13), in picosam9g45_macb_hw_init()
136 writel(pin_to_mask(AT91_PIN_PA15) | in picosam9g45_macb_hw_init()
137 pin_to_mask(AT91_PIN_PA12) | in picosam9g45_macb_hw_init()
138 pin_to_mask(AT91_PIN_PA13), in picosam9g45_macb_hw_init()
/OK3568_Linux_fs/u-boot/board/bluewater/gurnard/
H A Dgurnard.c60 writel(pin_to_mask(AT91_PIN_PA15) | in gurnard_macb_hw_init()
61 pin_to_mask(AT91_PIN_PA12) | in gurnard_macb_hw_init()
62 pin_to_mask(AT91_PIN_PA13), in gurnard_macb_hw_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dgpio.h209 static inline unsigned pin_to_mask(unsigned pin) in pin_to_mask() function
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-at91.c355 static unsigned pin_to_mask(unsigned int pin) in pin_to_mask() function
854 mask = pin_to_mask(pin->pin); in at91_pmx_set()
1028 mask = pin_to_mask(pin); in at91_pinconf_set()
1495 unsigned mask = pin_to_mask(i); in at91_gpio_dbg_show()