/src/sys/dev/sun/ |
sireg.h | 64 u_short bprh; /* VME byte pack high */ member in struct:si_regs
|
sireg.h | 64 u_short bprh; /* VME byte pack high */ member in struct:si_regs
|
sireg.h | 64 u_short bprh; /* VME byte pack high */ member in struct:si_regs
|
/src/sys/dev/vme/ |
si.c | 872 uint16_t bprh, bprl; local in function:si_dma_stop 874 bprh = SIREG_READ(ncr_sc, SIREG_BPRH); 878 printf("si: got left-over bytes: bprh=%x, bprl=%x, csr=%x\n", 879 bprh, bprl, csr); 888 cp[-3] = (bprh & 0xff00) >> 8; 889 cp[-2] = (bprh & 0x00ff); 893 cp[-2] = (bprh & 0xff00) >> 8; 894 cp[-1] = (bprh & 0x00ff); 897 cp[-1] = (bprh & 0xff00) >> 8;
|
si.c | 872 uint16_t bprh, bprl; local in function:si_dma_stop 874 bprh = SIREG_READ(ncr_sc, SIREG_BPRH); 878 printf("si: got left-over bytes: bprh=%x, bprl=%x, csr=%x\n", 879 bprh, bprl, csr); 888 cp[-3] = (bprh & 0xff00) >> 8; 889 cp[-2] = (bprh & 0x00ff); 893 cp[-2] = (bprh & 0xff00) >> 8; 894 cp[-1] = (bprh & 0x00ff); 897 cp[-1] = (bprh & 0xff00) >> 8;
|
si.c | 872 uint16_t bprh, bprl; local in function:si_dma_stop 874 bprh = SIREG_READ(ncr_sc, SIREG_BPRH); 878 printf("si: got left-over bytes: bprh=%x, bprl=%x, csr=%x\n", 879 bprh, bprl, csr); 888 cp[-3] = (bprh & 0xff00) >> 8; 889 cp[-2] = (bprh & 0x00ff); 893 cp[-2] = (bprh & 0xff00) >> 8; 894 cp[-1] = (bprh & 0x00ff); 897 cp[-1] = (bprh & 0xff00) >> 8;
|