Lines Matching +full:clock +full:- +full:falling +full:- +full:edge
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * Parallel I/O Controller (PIO) - System peripherals registers.
29 #define PIO_MDER 0x50 /* Multi-driver Enable Register */
30 #define PIO_MDDR 0x54 /* Multi-driver Disable Register */
31 #define PIO_MDSR 0x58 /* Multi-driver Status Register */
32 #define PIO_PUDR 0x60 /* Pull-up Disable Register */
33 #define PIO_PUER 0x64 /* Pull-up Enable Register */
34 #define PIO_PUSR 0x68 /* Pull-up Status Register */
40 #define PIO_IFSCDR 0x80 /* Input Filter Slow Clock Disable Register */
41 #define PIO_IFSCER 0x84 /* Input Filter Slow Clock Enable Register */
42 #define PIO_IFSCSR 0x88 /* Input Filter Slow Clock Status Register */
43 #define PIO_SCDR 0x8c /* Slow Clock Divider Debouncing Register */
44 #define PIO_SCDR_DIV (0x3fff << 0) /* Slow Clock Divider Mask */
45 #define PIO_PPDDR 0x90 /* Pad Pull-down Disable Register */
46 #define PIO_PPDER 0x94 /* Pad Pull-down Enable Register */
47 #define PIO_PPDSR 0x98 /* Pad Pull-down Status Register */
54 #define PIO_ESR 0xc0 /* Edge Select Register */
56 #define PIO_ELSR 0xc8 /* Edge/Level Status Register */
57 #define PIO_FELLSR 0xd0 /* Falling Edge/Low Level Select Register */
58 #define PIO_REHLSR 0xd4 /* Rising Edge/ High Level Select Register */
59 #define PIO_FRLHSR 0xd8 /* Fall/Rise - Low/High Status Register */