Home
last modified time | relevance | path

Searched refs:PPB_BC_BITBASE (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dppbreg.h97 #define PPB_BC_BITBASE 16 macro
99 #define PPB_BC_PARITYERRORRESPONSE_ENABLE (1U << (0 + PPB_BC_BITBASE))
100 #define PPB_BC_SERR_ENABLE (1U << (1 + PPB_BC_BITBASE))
101 #define PPB_BC_ISA_ENABLE (1U << (2 + PPB_BC_BITBASE))
102 #define PPB_BC_VGA_ENABLE (1U << (3 + PPB_BC_BITBASE))
103 #define PPB_BC_MASTER_ABORT_MODE (1U << (5 + PPB_BC_BITBASE))
104 #define PPB_BC_SECONDARY_RESET (1U << (6 + PPB_BC_BITBASE))
105 #define PPB_BC_FAST_B2B_ENABLE (1U << (7 + PPB_BC_BITBASE))
107 #define PPB_BC_PRIMARY_DISCARD_TIMEOUT (1U << (8 + PPB_BC_BITBASE))
108 #define PPB_BC_SECONDARY_DISCARD_TIMEOUT (1U << (9 + PPB_BC_BITBASE))
[all …]