Home
last modified time | relevance | path

Searched refs:puer (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/board/bluewater/snapper9260/
H A Dsnapper9260.c67 &pioa->puer); in macb_hw_init()
/openbmc/u-boot/board/siemens/smartweb/
H A Dsmartweb.c115 &pioa->puer); in smartweb_macb_hw_init()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pio.h64 u32 puer; /* 0x64 Pull-up Enable Register */ member
/openbmc/u-boot/board/mini-box/picosam9g45/
H A Dpicosam9g45.c138 &pioa->puer); in picosam9g45_macb_hw_init()
/openbmc/u-boot/board/bluewater/gurnard/
H A Dgurnard.c61 &pioa->puer); in gurnard_macb_hw_init()
/openbmc/u-boot/drivers/video/
H A Dbus_vcxk.c29 writel(PIN, &pio->PORT.puer); \
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-at91.c113 writel(mask, (on ? &pio->puer : &pio->pudr)); in at91_mux_set_pullup()
/openbmc/u-boot/drivers/gpio/
H A Dat91_gpio.c52 writel(mask, &at91_port->puer); in at91_set_port_pullup()