Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/gpio/
H 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()
H A Datmel_pio4.c169 return (readl(&port_base->pdsr) & mask) ? 1 : 0; in atmel_pio4_get_pio_input()
236 return (readl(&port_base->pdsr) & mask) ? 1 : 0; in atmel_pio4_get_value()
/rk3399_rockchip-uboot/arch/arm/mach-at91/include/mach/
H A Datmel_pio4.h16 u32 pdsr; /* 0x08 PIO Pin Data Status Register */ member
H A Dat91_pio.h55 u32 pdsr; /* 0x3C Pin Data Status Register */ member
/rk3399_rockchip-uboot/drivers/video/
H A Dbus_vcxk.c37 (!(readl(&pio->CONFIG_SYS_VCXK_ACKNOWLEDGE_PORT.pdsr) & \