Searched refs:at91_set_pio_value (Results 1 – 8 of 8) sorted by relevance
/u-boot/board/ronetix/pm9263/ |
A D | pm9263.c | 85 at91_set_pio_value(AT91_PIO_PORTB, 27, 1); /* 1- enable, 0 - disable */ in pm9263_macb_hw_init() 149 at91_set_pio_value(PSRAM_CRE_PIN, 0); /* set PSRAM_CRE_PIN to '0' */ in pm9263_lcd_hw_psram_init() 175 at91_set_pio_value(PSRAM_CRE_PIN, 1); /* set PSRAM_CRE_PIN to '1' */ in pm9263_lcd_hw_psram_init() 205 at91_set_pio_value(AT91_PIO_PORTA, 22, 0); /* power down */ in pm9263_lcd_hw_init()
|
/u-boot/include/configs/ |
A D | ethernut5.h | 120 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit) 121 #define I2C_SDA(bit) at91_set_pio_value(AT91_PIO_PORTA, 23, bit)
|
A D | snapper9260.h | 100 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit)
|
/u-boot/board/atmel/at91sam9263ek/ |
A D | at91sam9263ek.c | 101 at91_set_pio_value(AT91_PIO_PORTA, 30, 1); /* power up */ in lcd_enable() 106 at91_set_pio_value(AT91_PIO_PORTA, 30, 0); /* power down */ in lcd_disable()
|
/u-boot/board/ronetix/pm9g45/ |
A D | pm9g45.c | 87 at91_set_pio_value(AT91_PIO_PORTD, 2, 1); /* 1- enable, 0 - disable */ in pm9g45_macb_hw_init()
|
/u-boot/arch/arm/mach-at91/include/mach/ |
A D | at91_pio.h | 138 int at91_set_pio_value(unsigned port, unsigned pin, int value);
|
A D | gpio.h | 230 at91_set_pio_value((x / 32), (x % 32), y)
|
/u-boot/drivers/gpio/ |
A D | at91_gpio.c | 429 int at91_set_pio_value(unsigned port, unsigned pin, int value) in at91_set_pio_value() function 496 at91_set_pio_value(at91_gpio_to_port(gpio), in gpio_set_value()
|
Completed in 9 milliseconds