Searched refs:STACK (Results 1 - 12 of 12) sorted by relevance

/drivers/scsi/
H A Daha152x.h44 #define STACK (HOSTIOPORT1+0x1d) /* stack */ macro
/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h348 #define STACK 0x6f macro
H A Daic7xxx.reg573 register STACK {
/drivers/scsi/aic94xx/
H A Daic94xx_dump.c298 PRINT_CREG_16bit(asd_ha, STACK);
506 PRINT_LREG_16bit(asd_ha, lseq, STACK);
H A Daic94xx_reg_def.h402 #define STACK 0x06 macro
534 #define CSTACK (CSEQ_CIO_REG_BASE_ADR + STACK)
869 #define LmSTACK(LinkNum) LmSEQ_PHY_REG(0, LinkNum, STACK)
/drivers/scsi/aic7xxx/
H A Daic79xx.seq505 bmov LONGJMP_ADDR, STACK, 2;
508 bmov LONGJMP_ADDR, STACK, 2;
510 bmov STACK, LONGJMP_ADDR, 2 ret;
H A Daic79xx_core.c9661 ahd_outb(ahd, STACK, i & 0xFF);
9662 ahd_outb(ahd, STACK, (i >> 8) & 0xFF);
9669 stack_entry = ahd_inb(ahd, STACK)
9670 |(ahd_inb(ahd, STACK) << 8);
9974 printk("STACK:");
9977 ahd_inb(ahd, STACK)|(ahd_inb(ahd, STACK) << 8);
9981 ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF);
9982 ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF);
H A Daic7xxx.reg724 register STACK {
H A Daic7xxx_reg.h_shipped582 #define STACK 0x6f
H A Daic79xx.reg3606 register STACK {
H A Daic79xx_reg.h_shipped2392 #define STACK 0xf2
H A Daic7xxx_core.c7228 printk("STACK:");
7230 printk(" 0x%x", ahc_inb(ahc, STACK)|(ahc_inb(ahc, STACK) << 8));

Completed in 464 milliseconds