Searched refs:sodr (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/atmel/at91rm9200ek/ |
| H A D | led.c | 45 writel(GREEN_LED, &pio->piob.sodr); in green_led_off() 51 writel(YELLOW_LED, &pio->piob.sodr); in yellow_led_off() 57 writel(RED_LED, &pio->piob.sodr); in red_led_off() 71 writel(GREEN_LED | YELLOW_LED | RED_LED, &pio->piob.sodr); in coloured_LED_init()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | atmel_pio4.c | 144 writel(mask, &port_base->sodr); in atmel_pio4_set_pio_output() 222 writel(mask, &port_base->sodr); in atmel_pio4_direction_output() 248 writel(mask, &port_base->sodr); in atmel_pio4_set_value()
|
| H A D | at91_gpio.c | 260 writel(mask, &at91_port->sodr); in at91_set_port_output() 421 writel(mask, &at91_port->sodr); in at91_set_port_value()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | atmel_pio4.h | 18 u32 sodr; /* 0x10 PIO Set Output Data Register */ member
|
| H A D | at91_pio.h | 52 u32 sodr; /* 0x30 Set Output Data Register */ member
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | bus_vcxk.c | 33 #define VCXK_SET_PIN(PORT, PIN) writel(PIN, &pio->PORT.sodr);
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-at91.c | 119 writel(mask, (val ? &pio->sodr : &pio->codr)); in at91_mux_set_output()
|