Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dat91_gpio.c440 u32 pdsr = 0, mask; in at91_get_port_value() local
443 pdsr = readl(&at91_port->pdsr) & mask; in at91_get_port_value()
445 return pdsr != 0; in at91_get_port_value()
H A Datmel_pio4.c168 return (readl(&port_base->pdsr) & mask) ? 1 : 0; in atmel_pio4_get_pio_input()
235 return (readl(&port_base->pdsr) & mask) ? 1 : 0; in atmel_pio4_get_value()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Datmel_pio4.h15 u32 pdsr; /* 0x08 PIO Pin Data Status Register */ member
H A Dat91_pio.h54 u32 pdsr; /* 0x3C Pin Data Status Register */ member
/openbmc/u-boot/drivers/video/
H A Dbus_vcxk.c36 (!(readl(&pio->CONFIG_SYS_VCXK_ACKNOWLEDGE_PORT.pdsr) & \
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-at91.c1452 u32 pdsr; in at91_gpio_get() local
1454 pdsr = readl_relaxed(pio + PIO_PDSR); in at91_gpio_get()
1455 return (pdsr & mask) != 0; in at91_gpio_get()