Home
last modified time | relevance | path

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

/external/u-boot/board/siemens/smartweb/
Dsmartweb.c96 writel(pin_to_mask(AT91_PIN_PA14) | in smartweb_macb_hw_init()
97 pin_to_mask(AT91_PIN_PA15) | in smartweb_macb_hw_init()
98 pin_to_mask(AT91_PIN_PA17) | in smartweb_macb_hw_init()
99 pin_to_mask(AT91_PIN_PA25) | in smartweb_macb_hw_init()
100 pin_to_mask(AT91_PIN_PA26) | in smartweb_macb_hw_init()
101 pin_to_mask(AT91_PIN_PA28) | in smartweb_macb_hw_init()
102 pin_to_mask(AT91_PIN_PA29), in smartweb_macb_hw_init()
108 writel(pin_to_mask(AT91_PIN_PA14) | in smartweb_macb_hw_init()
109 pin_to_mask(AT91_PIN_PA15) | in smartweb_macb_hw_init()
110 pin_to_mask(AT91_PIN_PA17) | in smartweb_macb_hw_init()
[all …]
/external/u-boot/board/bluewater/snapper9260/
Dsnapper9260.c39 writel(pin_to_mask(AT91_PIN_PA14) | in macb_hw_init()
40 pin_to_mask(AT91_PIN_PA15) | in macb_hw_init()
41 pin_to_mask(AT91_PIN_PA18), in macb_hw_init()
64 writel(pin_to_mask(AT91_PIN_PA14) | in macb_hw_init()
65 pin_to_mask(AT91_PIN_PA15) | in macb_hw_init()
66 pin_to_mask(AT91_PIN_PA18), in macb_hw_init()
/external/u-boot/board/mini-box/picosam9g45/
Dpicosam9g45.c127 writel(pin_to_mask(AT91_PIN_PA15) | in picosam9g45_macb_hw_init()
128 pin_to_mask(AT91_PIN_PA12) | in picosam9g45_macb_hw_init()
129 pin_to_mask(AT91_PIN_PA13), in picosam9g45_macb_hw_init()
135 writel(pin_to_mask(AT91_PIN_PA15) | in picosam9g45_macb_hw_init()
136 pin_to_mask(AT91_PIN_PA12) | in picosam9g45_macb_hw_init()
137 pin_to_mask(AT91_PIN_PA13), in picosam9g45_macb_hw_init()
/external/u-boot/board/bluewater/gurnard/
Dgurnard.c58 writel(pin_to_mask(AT91_PIN_PA15) | in gurnard_macb_hw_init()
59 pin_to_mask(AT91_PIN_PA12) | in gurnard_macb_hw_init()
60 pin_to_mask(AT91_PIN_PA13), in gurnard_macb_hw_init()
/external/u-boot/arch/arm/mach-at91/include/mach/
Dgpio.h208 static inline unsigned pin_to_mask(unsigned pin) in pin_to_mask() function