Searched refs:STACK (Results 1 – 10 of 10) sorted by relevance
/drivers/scsi/ |
D | aha152x.h | 45 #define STACK (HOSTIOPORT1+0x1d) /* stack */ macro
|
/drivers/scsi/aic94xx/ |
D | aic94xx_reg_def.h | 384 #define STACK 0x06 macro 516 #define CSTACK (CSEQ_CIO_REG_BASE_ADR + STACK) 851 #define LmSTACK(LinkNum) LmSEQ_PHY_REG(0, LinkNum, STACK)
|
D | aic94xx_dump.c | 280 PRINT_CREG_16bit(asd_ha, STACK); in asd_dump_cseq_state() 488 PRINT_LREG_16bit(asd_ha, lseq, STACK); in asd_dump_lseq_state()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 9564 ahd_outb(ahd, STACK, i & 0xFF); in ahd_probe_stack_size() 9565 ahd_outb(ahd, STACK, (i >> 8) & 0xFF); in ahd_probe_stack_size() 9572 stack_entry = ahd_inb(ahd, STACK) in ahd_probe_stack_size() 9573 |(ahd_inb(ahd, STACK) << 8); in ahd_probe_stack_size() 9879 ahd_inb(ahd, STACK)|(ahd_inb(ahd, STACK) << 8); in ahd_dump_card_state() 9883 ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF); in ahd_dump_card_state() 9884 ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF); in ahd_dump_card_state()
|
D | aic7xxx_reg.h_shipped | 582 #define STACK 0x6f
|
D | aic79xx.seq | 505 bmov LONGJMP_ADDR, STACK, 2; 508 bmov LONGJMP_ADDR, STACK, 2; 510 bmov STACK, LONGJMP_ADDR, 2 ret;
|
D | aic79xx_reg.h_shipped | 1517 #define STACK 0xf2
|
D | aic7xxx.reg | 724 register STACK {
|
D | aic7xxx_core.c | 7161 printk(" 0x%x", ahc_inb(ahc, STACK)|(ahc_inb(ahc, STACK) << 8)); in ahc_dump_card_state()
|
D | aic79xx.reg | 3606 register STACK {
|