Symbol: RISC_BLOCK
sys/dev/ic/ispreg.h
694
#define RISC_ACC RISC_BLOCK+0x0 /* RW*: Accumulator */
sys/dev/ic/ispreg.h
695
#define RISC_R1 RISC_BLOCK+0x2 /* RW*: GP Reg R1 */
sys/dev/ic/ispreg.h
696
#define RISC_R2 RISC_BLOCK+0x4 /* RW*: GP Reg R2 */
sys/dev/ic/ispreg.h
697
#define RISC_R3 RISC_BLOCK+0x6 /* RW*: GP Reg R3 */
sys/dev/ic/ispreg.h
698
#define RISC_R4 RISC_BLOCK+0x8 /* RW*: GP Reg R4 */
sys/dev/ic/ispreg.h
699
#define RISC_R5 RISC_BLOCK+0xA /* RW*: GP Reg R5 */
sys/dev/ic/ispreg.h
700
#define RISC_R6 RISC_BLOCK+0xC /* RW*: GP Reg R6 */
sys/dev/ic/ispreg.h
701
#define RISC_R7 RISC_BLOCK+0xE /* RW*: GP Reg R7 */
sys/dev/ic/ispreg.h
702
#define RISC_R8 RISC_BLOCK+0x10 /* RW*: GP Reg R8 */
sys/dev/ic/ispreg.h
703
#define RISC_R9 RISC_BLOCK+0x12 /* RW*: GP Reg R9 */
sys/dev/ic/ispreg.h
704
#define RISC_R10 RISC_BLOCK+0x14 /* RW*: GP Reg R10 */
sys/dev/ic/ispreg.h
705
#define RISC_R11 RISC_BLOCK+0x16 /* RW*: GP Reg R11 */
sys/dev/ic/ispreg.h
706
#define RISC_R12 RISC_BLOCK+0x18 /* RW*: GP Reg R12 */
sys/dev/ic/ispreg.h
707
#define RISC_R13 RISC_BLOCK+0x1a /* RW*: GP Reg R13 */
sys/dev/ic/ispreg.h
708
#define RISC_R14 RISC_BLOCK+0x1c /* RW*: GP Reg R14 */
sys/dev/ic/ispreg.h
709
#define RISC_R15 RISC_BLOCK+0x1e /* RW*: GP Reg R15 */
sys/dev/ic/ispreg.h
710
#define RISC_PSR RISC_BLOCK+0x20 /* RW*: Processor Status */
sys/dev/ic/ispreg.h
711
#define RISC_IVR RISC_BLOCK+0x22 /* RW*: Interrupt Vector */
sys/dev/ic/ispreg.h
712
#define RISC_PCR RISC_BLOCK+0x24 /* RW*: Processor Ctrl */
sys/dev/ic/ispreg.h
713
#define RISC_RAR0 RISC_BLOCK+0x26 /* RW*: Ram Address #0 */
sys/dev/ic/ispreg.h
714
#define RISC_RAR1 RISC_BLOCK+0x28 /* RW*: Ram Address #1 */
sys/dev/ic/ispreg.h
715
#define RISC_LCR RISC_BLOCK+0x2a /* RW*: Loop Counter */
sys/dev/ic/ispreg.h
716
#define RISC_PC RISC_BLOCK+0x2c /* R : Program Counter */
sys/dev/ic/ispreg.h
717
#define RISC_MTR RISC_BLOCK+0x2e /* RW*: Memory Timing */
sys/dev/ic/ispreg.h
718
#define RISC_MTR2100 RISC_BLOCK+0x30
sys/dev/ic/ispreg.h
720
#define RISC_EMB RISC_BLOCK+0x30 /* RW*: Ext Mem Boundary */
sys/dev/ic/ispreg.h
722
#define RISC_SP RISC_BLOCK+0x32 /* RW*: Stack Pointer */
sys/dev/ic/ispreg.h
723
#define RISC_HRL RISC_BLOCK+0x3e /* R *: Hardware Rev Level */
sys/dev/ic/ispreg.h
724
#define HCCR RISC_BLOCK+0x40 /* RW : Host Command & Ctrl */
sys/dev/ic/ispreg.h
725
#define BP0 RISC_BLOCK+0x42 /* RW : Processor Brkpt #0 */
sys/dev/ic/ispreg.h
726
#define BP1 RISC_BLOCK+0x44 /* RW : Processor Brkpt #1 */
sys/dev/ic/ispreg.h
727
#define TCR RISC_BLOCK+0x46 /* W : Test Control */
sys/dev/ic/ispreg.h
728
#define TMR RISC_BLOCK+0x48 /* W : Test Mode */
sys/dev/pci/isp_pci.c
1038
case RISC_BLOCK:
sys/dev/pci/isp_pci.c
534
pcs->pci_poff[RISC_BLOCK >> _BLK_REG_SHFT] = PCI_RISC_REGS_OFF;
sys/dev/pci/isp_pci.c
975
case RISC_BLOCK:
sys/dev/sbus/isp_sbus.c
199
sbc->sbus_poff[RISC_BLOCK >> _BLK_REG_SHFT] = SBUS_RISC_REGS_OFF;