Home
last modified time | relevance | path

Searched refs:at91_set_pio_value (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/board/ronetix/pm9263/
Dpm9263.c85 at91_set_pio_value(AT91_PIO_PORTB, 27, 1); /* 1- enable, 0 - disable */ in pm9263_macb_hw_init()
131 at91_set_pio_value(AT91_PIO_PORTA, 22, 1); /* power up */ in lcd_enable()
136 at91_set_pio_value(AT91_PIO_PORTA, 22, 0); /* power down */ in lcd_disable()
175 at91_set_pio_value(PSRAM_CRE_PIN, 0); /* set PSRAM_CRE_PIN to '0' */ in pm9263_lcd_hw_psram_init()
201 at91_set_pio_value(PSRAM_CRE_PIN, 1); /* set PSRAM_CRE_PIN to '1' */ in pm9263_lcd_hw_psram_init()
257 at91_set_pio_value(AT91_PIO_PORTA, 22, 0); /* power down */ in pm9263_lcd_hw_init()
/external/u-boot/include/configs/
Dethernut5.h136 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit)
137 #define I2C_SDA(bit) at91_set_pio_value(AT91_PIO_PORTA, 23, bit)
Dsnapper9260.h107 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit)
/external/u-boot/board/atmel/at91sam9263ek/
Dat91sam9263ek.c96 at91_set_pio_value(AT91_PIO_PORTA, 30, 1); /* power up */ in lcd_enable()
101 at91_set_pio_value(AT91_PIO_PORTA, 30, 0); /* power down */ in lcd_disable()
/external/u-boot/board/ronetix/pm9261/
Dpm9261.c133 at91_set_pio_value(AT91_PIO_PORTA, 22, 0); /* power up */ in lcd_enable()
138 at91_set_pio_value(AT91_PIO_PORTA, 22, 1); /* power down */ in lcd_disable()
/external/u-boot/board/ronetix/pm9g45/
Dpm9g45.c85 at91_set_pio_value(AT91_PIO_PORTD, 2, 1); /* 1- enable, 0 - disable */ in pm9g45_macb_hw_init()
/external/u-boot/arch/arm/mach-at91/include/mach/
Dat91_pio.h138 int at91_set_pio_value(unsigned port, unsigned pin, int value);
Dgpio.h230 at91_set_pio_value((x / 32), (x % 32), y)
/external/u-boot/drivers/gpio/
Dat91_gpio.c428 int at91_set_pio_value(unsigned port, unsigned pin, int value) in at91_set_pio_value() function
495 at91_set_pio_value(at91_gpio_to_port(gpio), in gpio_set_value()