Home
last modified time | relevance | path

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

/openbmc/u-boot/board/esd/meesc/
H A 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()
/openbmc/u-boot/board/egnite/ethernut5/
H A Dethernut5.c194 return !at91_get_pio_value(CONFIG_SYS_MMC_CD_PIN); in board_mmc_getcd()
/openbmc/u-boot/include/configs/
H A Dethernut5.h132 #define I2C_READ at91_get_pio_value(AT91_PIO_PORTA, 23)
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pio.h139 int at91_get_pio_value(unsigned port, unsigned pin);
H A Dgpio.h232 at91_get_pio_value((x / 32), (x % 32))
/openbmc/u-boot/drivers/gpio/
H A 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()