Home
last modified time | relevance | path

Searched refs:chpbit (Results 1 – 1 of 1) sorted by path

/dports/emulators/hercules/hercules-3.13/
H A Dservice.c1074 U32 chpbit; /* Bit number for CHPID */ in DEF_INST() local
1365 chpbit = (dev->devnum >> 8) & 7; in DEF_INST()
1367 sccbchp->installed[chpbyte] |= 0x80 >> chpbit; in DEF_INST()
1369 sccbchp->online[chpbyte] |= 0x80 >> chpbit; in DEF_INST()
1371 sccbchp->standby[chpbyte] |= 0x80 >> chpbit; in DEF_INST()