Searched refs:si_bprh (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/sun3/dev/
H A Dsireg.h60 u_short si_bprh; /* byte pack, high (VME only) */ member in struct:si_regs
H A Dsi_vme.c532 cp[-3] = (si->si_bprh & 0xff00) >> 8;
533 cp[-2] = (si->si_bprh & 0x00ff);
537 cp[-2] = (si->si_bprh & 0xff00) >> 8;
538 cp[-1] = (si->si_bprh & 0x00ff);
541 cp[-1] = (si->si_bprh & 0xff00) >> 8;

Completed in 99 milliseconds