Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_defs.h194 #define IBL_OPT 0000070 /* options in <5:3> */ macro
H A Dhp2100_stddev.c614 SR = (SR & IBL_OPT) | IBL_PTR | (dev << IBL_V_DEV); /* set SR */ in ptr_boot()
H A Dhp2100_dq.c960 SR = (SR & IBL_OPT) | IBL_DQ | (dev << IBL_V_DEV); /* set SR */ in dqc_boot()
H A Dhp2100_ds.c1172 SR = SR & (IBL_OPT | IBL_DS_HEAD) /* set S to a reasonable value */ in ds_boot()
H A Dhp2100_di_da.c1218 SR = (SR & (IBL_OPT | IBL_DS_HEAD)) /* set S to a reasonable value */ in da_boot()
H A Dhp2100_dp.c1180 SR = (SR & IBL_OPT) | IBL_DP | (dev << IBL_V_DEV); /* set SR */ in dpc_boot()
H A Dhp2100_ms.c1273 SR = (SR & IBL_OPT) | IBL_MS | (dev << IBL_V_DEV); /* set SR */ in msc_boot()