Searched refs:at91_set_pio_value (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/board/ronetix/pm9263/ |
D | pm9263.c | 85 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/ |
D | ethernut5.h | 136 #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)
|
D | snapper9260.h | 107 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit)
|
/external/u-boot/board/atmel/at91sam9263ek/ |
D | at91sam9263ek.c | 96 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/ |
D | pm9261.c | 133 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/ |
D | pm9g45.c | 85 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/ |
D | at91_pio.h | 138 int at91_set_pio_value(unsigned port, unsigned pin, int value);
|
D | gpio.h | 230 at91_set_pio_value((x / 32), (x % 32), y)
|
/external/u-boot/drivers/gpio/ |
D | at91_gpio.c | 428 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()
|