Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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 …]
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/
H A Dgpio.h209 static inline unsigned pin_to_mask(unsigned pin) in pin_to_mask() function