1 #include <linux/types.h>
4 #include <adm5120_defs.h>
5 #include <adm5120_switch.h>
7 /* CFRDY is connected to GPIO4/INTX_1 */
8 #define ADM5120_CF_GPIO_NUM 4
9 #define ADM5120_CF_IRQ_LEVEL_BIT 0x20 /* GPIO4 = 0x20, GPIO2 = 0x10 */
10 #define ADM5120_IRQ_CFRDY 5
11 #define EXTIO_WAIT_EN (0x1 << 6)
12 #define EXTIO_CS1_INT1_EN (0x1 << 5)
13 #define EXTIO_CS0_INT0_EN (0x1 << 4)
This page took 0.047933 seconds and 5 git commands to generate.