Home
last modified time | relevance | path

Searched refs:at91_get_pio_value (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/board/esd/meesc/
Dmeesc.c40 hw_rev = at91_get_pio_value(AT91_PIO_PORTB, 19); in get_hw_rev()
41 hw_rev |= at91_get_pio_value(AT91_PIO_PORTB, 20) << 1; in get_hw_rev()
42 hw_rev |= at91_get_pio_value(AT91_PIO_PORTB, 21) << 2; in get_hw_rev()
43 hw_rev |= at91_get_pio_value(AT91_PIO_PORTB, 22) << 3; in get_hw_rev()
/external/u-boot/board/egnite/ethernut5/
Dethernut5.c194 return !at91_get_pio_value(CONFIG_SYS_MMC_CD_PIN); in board_mmc_getcd()
/external/u-boot/include/configs/
Dethernut5.h139 #define I2C_READ at91_get_pio_value(AT91_PIO_PORTA, 23)
/external/u-boot/arch/arm/mach-at91/include/mach/
Dat91_pio.h139 int at91_get_pio_value(unsigned port, unsigned pin);
Dgpio.h232 at91_get_pio_value((x / 32), (x % 32))
/external/u-boot/drivers/gpio/
Dat91_gpio.c450 int at91_get_pio_value(unsigned port, unsigned pin) in at91_get_pio_value() function
489 return at91_get_pio_value(at91_gpio_to_port(gpio), in gpio_get_value()