Lines Matching +full:pdc +full:- +full:global
1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <asm/parisc-device.h>
8 /* "low end" PA8800 machines use ZX1 chipset: PAT PDC and only run 64-bit */
33 unsigned long ibase; /* pdir IOV Space base - shared w/lba_pci */
34 unsigned long imask; /* pdir IOV Space mask - shared w/lba_pci */
38 unsigned long *res_hint; /* next avail IOVP - circular search */
85 unsigned int num_ioc; /* number of on-board IOC's */
99 return d->id.hversion == ASTRO_RUNWAY_PORT; in IS_ASTRO()
103 return d->id.hversion == IKE_MERCED_PORT; in IS_IKE()
107 return d->id.hversion == PLUTO_MCKINLEY_PORT; in IS_PLUTO()
134 #define IOC_CTRL_D4 (1 << 11) /* Disable 4-byte coalescing */
217 void __iomem *iop_base; /* PA_VIEW - for IO port accessor funcs */
229 return (d->id.hversion == ELROY_HVERS); in IS_ELROY()
233 return (d->id.hversion == MERCURY_HVERS); in IS_MERCURY()
237 return (d->id.hversion == QUICKSILVER_HVERS); in IS_QUICKSILVER()
256 ** virtualize pcidev->irq value. To be called by pci_fixup_bus().
268 #define LBA_PMC_MTLT 0x0050 /* Firmware sets this - read only. */
272 #define LBA_ARB_MASK 0x0080 /* bit 0 enable arbitration. PAT/PDC enables */
283 #define HF_ENABLE 0x40 /* enable HF mode (default is -1 mode) */
306 #define LBA_GLOBAL_MASK 0x0270 /* Mercury only: Global Address Mask */