PDP11, All VAX: Add bitfield decode for VH registers
This commit is contained in:
parent
e450edd6ce
commit
8661cf1a06
1 changed files with 13 additions and 13 deletions
|
@ -507,7 +507,7 @@ static UNIT *vh_timer_unit;
|
|||
static UNIT *vh_poll_unit = &vh_unit[0];
|
||||
|
||||
static const REG vh_reg[] = {
|
||||
{ BRDATAD (CSR, vh_csr, DEV_RDX, 16, VH_MUXES, "control/status register, boards 0 to 3") },
|
||||
{ BRDATADF (CSR, vh_csr, DEV_RDX, 16, VH_MUXES, "control/status register, boards 0 to 3", vh_csr_bits) },
|
||||
{ BRDATAD (TIMER, vh_timer, DEV_RDX, 16, VH_MUXES, "controller timeout, boards 0 to 3") },
|
||||
{ BRDATAD (MCOUNT, vh_mcount, DEV_RDX, 16, VH_MUXES, "count down timer, boards 0 to 3") },
|
||||
{ BRDATAD (TIMEO, vh_timeo, DEV_RDX, 16, VH_MUXES, "control/status register, boards 0 to 3") },
|
||||
|
|
Loading…
Add table
Reference in a new issue