Searched refs:codr (Results 1 – 7 of 7) sorted by relevance
/u-boot/board/atmel/at91rm9200ek/ |
A D | led.c | 26 writel(GREEN_LED, &pio->piob.codr); in green_led_on() 32 writel(YELLOW_LED, &pio->piob.codr); in yellow_led_on() 38 writel(RED_LED, &pio->piob.codr); in red_led_on()
|
/u-boot/drivers/gpio/ |
A D | atmel_pio4.c | 148 writel(mask, &port_base->codr); in atmel_pio4_set_pio_output() 226 writel(mask, &port_base->codr); in atmel_pio4_direction_output() 252 writel(mask, &port_base->codr); in atmel_pio4_set_value()
|
A D | at91_gpio.c | 262 writel(mask, &at91_port->codr); in at91_set_port_output() 423 writel(mask, &at91_port->codr); in at91_set_port_value()
|
/u-boot/arch/arm/mach-at91/include/mach/ |
A D | atmel_pio4.h | 19 u32 codr; /* 0x14 PIO Clear Output Data Register */ member
|
A D | at91_pio.h | 52 u32 codr; /* 0x34 Clear Output Data Register */ member
|
/u-boot/drivers/video/ |
A D | bus_vcxk.c | 34 #define VCXK_CLR_PIN(PORT, PIN) writel(PIN, &pio->PORT.codr);
|
/u-boot/drivers/pinctrl/ |
A D | pinctrl-at91.c | 138 writel(mask, (val ? &pio->sodr : &pio->codr)); in at91_mux_set_output()
|
Completed in 10 milliseconds