Home
last modified time | relevance | path

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

/u-boot/drivers/gpio/
A Dat91_gpio.c441 u32 pdsr = 0, mask; in at91_get_port_value() local
444 pdsr = readl(&at91_port->pdsr) & mask; in at91_get_port_value()
446 return pdsr != 0; in at91_get_port_value()
A Datmel_pio4.c171 return (readl(&port_base->pdsr) & mask) ? 1 : 0; in atmel_pio4_get_pio_input()
238 return (readl(&port_base->pdsr) & mask) ? 1 : 0; in atmel_pio4_get_value()
/u-boot/arch/arm/mach-at91/include/mach/
A Datmel_pio4.h16 u32 pdsr; /* 0x08 PIO Pin Data Status Register */ member
A Dat91_pio.h54 u32 pdsr; /* 0x3C Pin Data Status Register */ member
/u-boot/drivers/video/
A Dbus_vcxk.c37 (!(readl(&pio->CONFIG_SYS_VCXK_ACKNOWLEDGE_PORT.pdsr) & \

Completed in 24 milliseconds