Lines Matching full:-
1 /* SPDX-License-Identifier: GPL-2.0+ */
10 * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
11 * Copyright (C) 2001-2003 IBM Corp.
26 #define MY_NAME THIS_MODULE->name
87 //--------------------------------------------------------------
89 //--------------------------------------------------------------
98 //-------------------------------------------------------------
100 //-------------------------------------------------------------
115 //--------------------------------------------------------------
117 //--------------------------------------------------------------
309 * | | | |_ 00 - I/O, 01 - Memory, 11 - PFMemory
310 * | | - 00 - No Restrictions, 01 - Avoid VGA, 10 - Avoid
311 * | | VGA and their aliases, 11 - Avoid ISA
312 * | - 1 - PCI device, 0 - non pci device
313 * - 1 - Primary PCI Bus Information (0 if Normal device)
388 //----------------------------------------------------------------------------
391 //----------------------------------------------------------------------------
393 //----------------------------------------------------------------------------
396 //-----------------------------------------------------------------------------
398 //-----------------------------------------------------------------------------
418 //----------------------------------------------------------------------------
420 //----------------------------------------------------------------------------
423 //------------------------- ---- ------- ------------
426 #define HPC_SLOT_OFF 0x02 // Y 0-14
427 #define HPC_SLOT_ON 0x03 // Y 0-14
428 #define HPC_SLOT_ATTNOFF 0x04 // N 0-14
429 #define HPC_SLOT_ATTNON 0x05 // N 0-14
433 #define HPC_BUS_33CONVMODE 0x09 // Y 31-34
434 #define HPC_BUS_66CONVMODE 0x0A // Y 31-34
435 #define HPC_BUS_66PCIXMODE 0x0B // Y 31-34
436 #define HPC_BUS_100PCIXMODE 0x0C // Y 31-34
437 #define HPC_BUS_133PCIXMODE 0x0D // Y 31-34
440 #define HPC_SLOT_BLINKLED 0x13 // N 0-14
442 //----------------------------------------------------------------------------
444 //----------------------------------------------------------------------------
454 //----------------------------------------------------------------------------
456 //----------------------------------------------------------------------------
466 //----------------------------------------------------------------------------
468 //----------------------------------------------------------------------------
472 //----------------------------------------------------------------------------
474 //----------------------------------------------------------------------------
478 //----------------------------------------------------------------------------
480 //----------------------------------------------------------------------------
485 //----------------------------------------------------------------------------
487 //----------------------------------------------------------------------------
493 //----------------------------------------------------------------------------
495 //----------------------------------------------------------------------------
499 //----------------------------------------------------------------------------
501 //----------------------------------------------------------------------------
505 //----------------------------------------------------------------------------
507 //----------------------------------------------------------------------------
512 //----------------------------------------------------------------------------
514 //----------------------------------------------------------------------------
524 //----------------------------------------------------------------------------
526 //----------------------------------------------------------------------------
530 //----------------------------------------------------------------------------
532 //----------------------------------------------------------------------------
537 //----------------------------------------------------------------------------
539 //----------------------------------------------------------------------------
543 //----------------------------------------------------------------------------
545 //----------------------------------------------------------------------------
549 //----------------------------------------------------------------------------
551 //----------------------------------------------------------------------------
561 //----------------------------------------------------------------------------
563 //----------------------------------------------------------------------------
567 //----------------------------------------------------------------------------
569 //----------------------------------------------------------------------------
573 //----------------------------------------------------------------------------
575 //----------------------------------------------------------------------------
582 //----------------------------------------------------------------------------
584 //----------------------------------------------------------------------------
619 //--------------------------------------------------------------------------
621 //---------------------------------------------------------------------------
628 #define READ_BUS_STATUS(s) ((u8) (s->options & BUS_STATUS_AVAILABLE))
630 #define READ_BUS_MODE(s) ((s->revision & PRGM_MODEL_REV_LEVEL) >= 0x20)
632 #define SET_BUS_STATUS(s) ((u8) (s->options & BUS_CONTROL_AVAILABLE))
634 #define READ_SLOT_LATCH(s) ((u8) (s->options & SLOT_LATCH_REGS_SUPPORTED))
636 //----------------------------------------------------------------------------
638 //----------------------------------------------------------------------------