1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 #define SYSCTL 0x80 // 08405061
8 #define FW1394_PRIO (0 << 0)
9 #define CARDBUS_PRIO (1 << 0)
10 #define FLASH_PRIO (2 << 0)
11 #define ROUNDR_PRIO (3 << 0)
12 #define DISABLE_OHCI (1 << 3)
13 #define DISABLE_SKTB (1 << 4)
14 #define DISABLE_FM (1 << 5)
15 #define P12V_SW_SEL (1 << 10)
20 #define SPKROUTEN (1 << 1)
23 #define INT_MODE_PAR (0 << 1)
24 #define INT_MODE_RSV (1 << 1)
25 #define INT_MODE_MIX (2 << 1)
26 #define INT_MODE_SER (3 << 1)