Searched refs:SCB_CDB_STORE (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 724 ahd_outb(ahd, SCB_CDB_STORE, 0); in ahd_handle_seqint() 725 ahd_outb(ahd, SCB_CDB_STORE+1, 0); in ahd_handle_seqint() 726 ahd_outb(ahd, SCB_CDB_STORE+2, 0); in ahd_handle_seqint() 727 ahd_outb(ahd, SCB_CDB_STORE+3, 0); in ahd_handle_seqint() 728 ahd_outb(ahd, SCB_CDB_STORE+4, 0); in ahd_handle_seqint() 729 ahd_outb(ahd, SCB_CDB_STORE+5, 0); in ahd_handle_seqint() 8680 ahd_inb(ahd, SCB_CDB_STORE), in ahd_dump_card_state() 8681 ahd_inb(ahd, SCB_CDB_STORE+1), in ahd_dump_card_state() 8682 ahd_inb(ahd, SCB_CDB_STORE+2), in ahd_dump_card_state() 8683 ahd_inb(ahd, SCB_CDB_STORE+3), in ahd_dump_card_state() [all …]
|
D | aic7xxx_reg.h | 1609 #define SCB_CDB_STORE 0xa0 macro
|
D | aic7xxx.seq | 1384 mvi SCB_CDB_STORE jnc p_command_embedded; 1411 bmov DFDAT, SCB_CDB_STORE, 12; 1426 bmov DFDAT, SCB_CDB_STORE, 12;
|
D | aic7xxx.reg | 1029 alias SCB_CDB_STORE
|
D | aic79xx_reg.h | 3634 #define SCB_CDB_STORE 0x180 macro
|
D | aic79xx.reg | 3772 alias SCB_CDB_STORE
|
D | aic79xx.seq | 728 bmov DFDAT, SCB_CDB_STORE, 16;
|