Home
last modified time | relevance | path

Searched refs:LPWX (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_iom.c2328 iom_core_write (iom_unit_idx, chanLoc + IOM_MBX_LPWX, p -> LPWX, __func__); in write_LPW()
2495 p -> LPWX = 0; in fetch_and_parse_LPW()
2501 iom_core_read (iom_unit_idx, chanLoc + IOM_MBX_LPWX, (word36 *) & p -> LPWX, __func__); in fetch_and_parse_LPW()
2502 p -> LPWX_BOUND = getbits36_18 (p -> LPWX, 0); in fetch_and_parse_LPW()
2503 p -> LPWX_SIZE = getbits36_18 (p -> LPWX, 18); in fetch_and_parse_LPW()
2594 putbits36_18 ((word36 *) & p-> LPWX, 0, p -> LPWX_BOUND); in pack_LPW()
2595 putbits36_18 ((word36 *) & p-> LPWX, 18, p -> LPWX_SIZE); in pack_LPW()
H A Ddps8_iom.h127 word36 LPWX; member