Home
last modified time | relevance | path

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

/u-boot/board/esd/meesc/
A Dmeesc.c46 hw_rev = at91_get_pio_value(AT91_PIO_PORTB, 19); in get_hw_rev()
47 hw_rev |= at91_get_pio_value(AT91_PIO_PORTB, 20) << 1; in get_hw_rev()
48 hw_rev |= at91_get_pio_value(AT91_PIO_PORTB, 21) << 2; in get_hw_rev()
49 hw_rev |= at91_get_pio_value(AT91_PIO_PORTB, 22) << 3; in get_hw_rev()
/u-boot/include/configs/
A Dethernut5.h123 #define I2C_READ at91_get_pio_value(AT91_PIO_PORTA, 23)
/u-boot/board/egnite/ethernut5/
A Dethernut5.c196 return !at91_get_pio_value(CONFIG_SYS_MMC_CD_PIN); in board_mmc_getcd()
/u-boot/arch/arm/mach-at91/include/mach/
A Dat91_pio.h139 int at91_get_pio_value(unsigned port, unsigned pin);
A Dgpio.h232 at91_get_pio_value((x / 32), (x % 32))
/u-boot/drivers/gpio/
A Dat91_gpio.c451 int at91_get_pio_value(unsigned port, unsigned pin) in at91_get_pio_value() function
490 return at91_get_pio_value(at91_gpio_to_port(gpio), in gpio_get_value()

Completed in 7 milliseconds