HomeSort by: relevance | last modified time | path
    Searched refs:SXP_BLOCK (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
ispreg.h 98 #define SXP_BLOCK (2 << _BLK_REG_SHFT)
508 #define SXP_PART_ID (SXP_BLOCK+0x0) /* R : Part ID Code */
509 #define SXP_CONFIG1 (SXP_BLOCK+0x2) /* RW*: Configuration Reg #1 */
510 #define SXP_CONFIG2 (SXP_BLOCK+0x4) /* RW*: Configuration Reg #2 */
511 #define SXP_CONFIG3 (SXP_BLOCK+0x6) /* RW*: Configuration Reg #2 */
512 #define SXP_INSTRUCTION (SXP_BLOCK+0xC) /* RW*: Instruction Pointer */
513 #define SXP_RETURN_ADDR (SXP_BLOCK+0x10) /* RW*: Return Address */
514 #define SXP_COMMAND (SXP_BLOCK+0x14) /* RW*: Command */
515 #define SXP_INTERRUPT (SXP_BLOCK+0x18) /* R : Interrupt */
516 #define SXP_SEQUENCE (SXP_BLOCK+0x1C) /* RW*: Sequence *
    [all...]
  /src/sys/dev/pci/
isp_pci.c 533 pcs->pci_poff[SXP_BLOCK >> _BLK_REG_SHFT] = PCI_SXP_REGS_OFF;
972 case SXP_BLOCK:
973 isp_prt(isp, ISP_LOGWARN, "SXP_BLOCK read at 0x%x", regoff);
1035 case SXP_BLOCK:
1036 isp_prt(isp, ISP_LOGWARN, "SXP_BLOCK write at 0x%x", regoff);
1086 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1095 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1107 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1116 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1128 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
    [all...]
  /src/sys/dev/sbus/
isp_sbus.c 198 sbc->sbus_poff[SXP_BLOCK >> _BLK_REG_SHFT] = SBUS_SXP_REGS_OFF;

Completed in 47 milliseconds