Home
last modified time | relevance | path

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

/u-boot/board/ronetix/pm9263/
A Dpm9263.c85 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 Dethernut5.h120 #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 Dsnapper9260.h100 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit)
/u-boot/board/atmel/at91sam9263ek/
A Dat91sam9263ek.c101 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 Dpm9g45.c87 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 Dat91_pio.h138 int at91_set_pio_value(unsigned port, unsigned pin, int value);
A Dgpio.h230 at91_set_pio_value((x / 32), (x % 32), y)
/u-boot/drivers/gpio/
A Dat91_gpio.c429 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