Searched refs:CMAPPEDSCR (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/scsi/aic94xx/ |
A D | aic94xx_reg_def.h | 2022 #define CSEQ_Q_LINK_HEAD (CMAPPEDSCR + 0x0004) 2023 #define CSEQ_Q_LINK_TAIL (CMAPPEDSCR + 0x0006) 2027 #define CSEQ_RET_ADDR (CMAPPEDSCR + 0x0200) 2028 #define CSEQ_RET_SCBPTR (CMAPPEDSCR + 0x0202) 2029 #define CSEQ_SAVE_SCBPTR (CMAPPEDSCR + 0x0204) 2031 #define CSEQ_RESP_LEN (CMAPPEDSCR + 0x0208) 2032 #define CSEQ_TMF_SCBPTR (CMAPPEDSCR + 0x020A) 2034 #define CSEQ_GLOBAL_HEAD (CMAPPEDSCR + 0x020E) 2063 #define CSEQ_REG0 (CMAPPEDSCR + 0x0294) 2064 #define CSEQ_REG1 (CMAPPEDSCR + 0x0296) [all …]
|
A D | aic94xx_dump.c | 228 #define PRINT_MIS_byte(_ha, _n) asd_printk(STR_8BIT, #_n,CSEQ_##_n-CMAPPEDSCR,\ 230 #define PRINT_MIS_word(_ha, _n) asd_printk(STR_16BIT,#_n,CSEQ_##_n-CMAPPEDSCR,\ 233 asd_printk(STR_32BIT,#_n,CSEQ_##_n-CMAPPEDSCR,\ 236 asd_printk(STR_64BIT, #_n,CSEQ_##_n-CMAPPEDSCR, \
|
Completed in 14 milliseconds