Lines Matching +full:input +full:- +full:disable
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * Parallel I/O Controller (PIO) - System peripherals registers.
13 #define PIO_PDR 0x04 /* Disable Register */
16 #define PIO_ODR 0x14 /* Output Disable Register */
18 #define PIO_IFER 0x20 /* Glitch Input Filter Enable */
19 #define PIO_IFDR 0x24 /* Glitch Input Filter Disable */
20 #define PIO_IFSR 0x28 /* Glitch Input Filter Status */
26 #define PIO_IDR 0x44 /* Interrupt Disable Register */
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 */
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 */
49 #define PIO_OWDR 0xa4 /* Output Write Disable Register */
52 #define PIO_AIMDR 0xb4 /* Additional Interrupt Modes Disable Register */
59 #define PIO_FRLHSR 0xd8 /* Fall/Rise - Low/High Status Register */