Lines Matching +full:s +full:- +full:ahb
8 * SPDX-License-Identifier: GPL-2.0+
14 /* AHB Control Registers */
16 unsigned int iosize; /* 0x00 - I/O Space Size Signal */
17 unsigned int prot; /* 0x04 - AHB Protection */
18 unsigned int rsved[8]; /* 0x08-0x24 - Reserved */
19 unsigned int conf; /* 0x28 - PCI Configuration */
20 unsigned int data; /* 0x2c - PCI Configuration DATA */
24 * FTPCI100_IOSIZE_REG's constant definitions
26 #define FTPCI100_BASE_IO_SIZE(x) (ffs(x) - 1) /* 1M - 2048M */
37 * PCI_INT_MASK's bit definitions
45 * PCI_MEM_BASE_SIZE1's constant definitions
47 #define FTPCI100_BASE_ADR_SIZE(x) ((ffs(x) - 1) << 16) /* 1M - 2048M */