Lines Matching +full:bm +full:- +full:work
2 * HP-PARISC Dino PCI chipset emulation, as in B160L and similar machines
4 * (C) 2017-2019 by Helge Deller <deller@gmx.de>
6 * This work is licensed under the GNU GPL license version 2 or later.
9 * https://parisc.wiki.kernel.org/images-parisc/9/91/Dino_ers.pdf
10 * https://parisc.wiki.kernel.org/images-parisc/7/70/Dino_3_1_Errata.pdf
18 #define TYPE_DINO_PCI_HOST_BRIDGE "dino-pcihost"
56 #define DINO_IRQS 11 /* bits 0-10 are architected */
80 /* #define xxx 0x080 - bit 7 is "default" */
81 /* #define xxx 0x100 - bit 8 not used */
82 /* #define xxx 0x200 - bit 9 not used */
87 #define DINO800_REGS (1 + (DINO_TLTIM - DINO_GMASK) / 4)
138 MemoryRegion bm; member