Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/ronetix/pm9263/
H A Dpm9263.c86 at91_set_pio_value(AT91_PIO_PORTB, 27, 1); /* 1- enable, 0 - disable */ in pm9263_macb_hw_init()
132 at91_set_pio_value(AT91_PIO_PORTA, 22, 1); /* power up */ in lcd_enable()
137 at91_set_pio_value(AT91_PIO_PORTA, 22, 0); /* power down */ in lcd_disable()
176 at91_set_pio_value(PSRAM_CRE_PIN, 0); /* set PSRAM_CRE_PIN to '0' */ in pm9263_lcd_hw_psram_init()
202 at91_set_pio_value(PSRAM_CRE_PIN, 1); /* set PSRAM_CRE_PIN to '1' */ in pm9263_lcd_hw_psram_init()
258 at91_set_pio_value(AT91_PIO_PORTA, 22, 0); /* power down */ in pm9263_lcd_hw_init()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dethernut5.h137 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit)
138 #define I2C_SDA(bit) at91_set_pio_value(AT91_PIO_PORTA, 23, bit)
H A Dsnapper9260.h109 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit)
/OK3568_Linux_fs/u-boot/board/atmel/at91sam9263ek/
H A Dat91sam9263ek.c97 at91_set_pio_value(AT91_PIO_PORTA, 30, 1); /* power up */ in lcd_enable()
102 at91_set_pio_value(AT91_PIO_PORTA, 30, 0); /* power down */ in lcd_disable()
/OK3568_Linux_fs/u-boot/board/ronetix/pm9261/
H A Dpm9261.c134 at91_set_pio_value(AT91_PIO_PORTA, 22, 0); /* power up */ in lcd_enable()
139 at91_set_pio_value(AT91_PIO_PORTA, 22, 1); /* power down */ in lcd_disable()
/OK3568_Linux_fs/u-boot/board/ronetix/pm9g45/
H A Dpm9g45.c86 at91_set_pio_value(AT91_PIO_PORTD, 2, 1); /* 1- enable, 0 - disable */ in pm9g45_macb_hw_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pio.h139 int at91_set_pio_value(unsigned port, unsigned pin, int value);
H A Dgpio.h229 at91_set_pio_value((x / 32), (x % 32), y)
/OK3568_Linux_fs/u-boot/drivers/gpio/
H 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()