Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/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
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dbus_vcxk.c37 (!(readl(&pio->CONFIG_SYS_VCXK_ACKNOWLEDGE_PORT.pdsr) & \
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-at91.c1441 u32 pdsr; in at91_gpio_get() local
1443 pdsr = readl_relaxed(pio + PIO_PDSR); in at91_gpio_get()
1444 return (pdsr & mask) != 0; in at91_gpio_get()