Searched refs:SXP_BLOCK (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Dispreg.h96 #define SXP_BLOCK (2 << _BLK_REG_SHFT) macro
488 #define SXP_PART_ID (SXP_BLOCK+0x0) /* R : Part ID Code */
489 #define SXP_CONFIG1 (SXP_BLOCK+0x2) /* RW*: Configuration Reg #1 */
490 #define SXP_CONFIG2 (SXP_BLOCK+0x4) /* RW*: Configuration Reg #2 */
491 #define SXP_CONFIG3 (SXP_BLOCK+0x6) /* RW*: Configuration Reg #2 */
492 #define SXP_INSTRUCTION (SXP_BLOCK+0xC) /* RW*: Instruction Pointer */
493 #define SXP_RETURN_ADDR (SXP_BLOCK+0x10) /* RW*: Return Address */
494 #define SXP_COMMAND (SXP_BLOCK+0x14) /* RW*: Command */
495 #define SXP_INTERRUPT (SXP_BLOCK+0x18) /* R : Interrupt */
496 #define SXP_SEQUENCE (SXP_BLOCK
[all...]
H A Disp_pci.c662 pcs->pci_poff[SXP_BLOCK >> _BLK_REG_SHFT] = PCI_SXP_REGS_OFF;
1154 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1163 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1175 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1186 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1198 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1230 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1268 case SXP_BLOCK:
1269 isp_prt(isp, ISP_LOGERR, "SXP_BLOCK read at 0x%x", regoff);
1329 case SXP_BLOCK
[all...]
H A Disp_sbus.c169 sbs->sbus_poff[SXP_BLOCK >> _BLK_REG_SHFT] = SBUS_SXP_REGS_OFF;

Completed in 132 milliseconds