Searched refs:sodr (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/board/atmel/at91rm9200ek/ |
H A D | led.c | 44 writel(GREEN_LED, &pio->piob.sodr); in green_led_off() 50 writel(YELLOW_LED, &pio->piob.sodr); in yellow_led_off() 56 writel(RED_LED, &pio->piob.sodr); in red_led_off() 70 writel(GREEN_LED | YELLOW_LED | RED_LED, &pio->piob.sodr); in coloured_LED_init()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | atmel_pio4.c | 143 writel(mask, &port_base->sodr); in atmel_pio4_set_pio_output() 221 writel(mask, &port_base->sodr); in atmel_pio4_direction_output() 247 writel(mask, &port_base->sodr); in atmel_pio4_set_value()
|
H A D | at91_gpio.c | 259 writel(mask, &at91_port->sodr); in at91_set_port_output() 420 writel(mask, &at91_port->sodr); in at91_set_port_value()
|
/openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
H A D | atmel_pio4.h | 17 u32 sodr; /* 0x10 PIO Set Output Data Register */ member
|
H A D | at91_pio.h | 51 u32 sodr; /* 0x30 Set Output Data Register */ member
|
/openbmc/u-boot/drivers/video/ |
H A D | bus_vcxk.c | 32 #define VCXK_SET_PIN(PORT, PIN) writel(PIN, &pio->PORT.sodr);
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl-at91.c | 119 writel(mask, (val ? &pio->sodr : &pio->codr)); in at91_mux_set_output()
|