Home
last modified time | relevance | path

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

/openbsd/sys/arch/alpha/pci/
H A Dcia.c182 (hwrpb->rpb_variation & SV_ST_MASK) >= SV_ST_ALPHAPC164LX_400) ||
323 (hwrpb->rpb_variation & SV_ST_MASK) < SV_ST_MIATA_1_5) {
H A Dpci_550.c191 if ((hwrpb->rpb_variation & SV_ST_MASK) < SV_ST_MIATA_1_5) {
H A Dpci_eb164.c176 variation = hwrpb->rpb_variation & SV_ST_MASK;
/openbsd/sys/arch/alpha/tc/
H A Dtcasic.c101 if ((hwrpb->rpb_type & SV_ST_MASK) == SV_ST_SANDPIPER)
H A Dioasic.c368 switch (hwrpb->rpb_variation & SV_ST_MASK) { in ioasic_led_blink()
/openbsd/sys/arch/alpha/alpha/
H A Ddec_3000_300.c81 variation = hwrpb->rpb_variation & SV_ST_MASK; in dec_3000_300_init()
H A Ddec_eb64plus.c86 variation = hwrpb->rpb_variation & SV_ST_MASK; in dec_eb64plus_init()
H A Ddec_kn20aa.c86 variation = hwrpb->rpb_variation & SV_ST_MASK; in dec_kn20aa_init()
H A Ddec_3000_500.c86 variation = hwrpb->rpb_variation & SV_ST_MASK; in dec_3000_500_init()
H A Ddec_alphabook1.c84 variation = hwrpb->rpb_variation & SV_ST_MASK; in dec_alphabook1_init()
H A Ddec_kn300.c99 variation = hwrpb->rpb_variation & SV_ST_MASK; in dec_kn300_init()
H A Ddec_1000a.c124 variation = hwrpb->rpb_variation & SV_ST_MASK; in _dec_1000a_init()
H A Ddec_eb164.c254 int variation = hwrpb->rpb_variation & SV_ST_MASK;
H A Ddec_axppci_33.c112 variation = hwrpb->rpb_variation & SV_ST_MASK; in dec_axppci_33_init()
H A Ddec_2100_a50.c99 variation = hwrpb->rpb_variation & SV_ST_MASK; in dec_2100_a50_init()
H A Dmachdep.c887 platform.family, (unsigned long)hwrpb->rpb_variation & SV_ST_MASK); in alpha_unknown_sysname()
/openbsd/sys/arch/alpha/include/
H A Drpb.h107 #define SV_ST_MASK 0x0000fc00 /* system type mask */ macro