Home
last modified time | relevance | path

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

/openbsd/sys/arch/alpha/alpha/
H A Ddec_eb164.c139 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot) == 0xff)) in dec_eb164_cons_init()
144 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0); in dec_eb164_cons_init()
H A Ddec_3000_300.c106 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot)) == 0) { in dec_3000_300_cons_init()
H A Ddec_eb64plus.c141 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0); in dec_eb64plus_cons_init()
H A Ddec_kn20aa.c141 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0); in dec_kn20aa_cons_init()
H A Ddec_3000_500.c125 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot)) == 0) { in dec_3000_500_cons_init()
H A Ddec_alphabook1.c139 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0); in dec_alphabook1_cons_init()
H A Dapi_up1000.c141 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0); in api_up1000_cons_init()
H A Ddec_kn300.c181 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0); in dec_kn300_cons_init()
H A Ddec_1000a.c206 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0); in dec_1000a_cons_init()
H A Ddec_550.c142 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0); in dec_550_cons_init()
H A Ddec_axppci_33.c184 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0); in dec_axppci_33_cons_init()
H A Ddec_6600.c167 CTB_TURBOSLOT_SLOT(ctbslot), 0); in dec_6600_cons_init()
H A Ddec_2100_a50.c161 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0); in dec_2100_a50_cons_init()
/openbsd/sys/arch/alpha/include/
H A Drpb.h413 #define CTB_TURBOSLOT_SLOT(x) ((x) & 0xff) macro