Searched refs:STR_32BIT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_dump.c | 199 #define STR_32BIT " %30s[0x%04x]:0x%08x\n" macro 206 #define PRINT_REG_32bit(_ha, _n, _r) asd_printk(STR_32BIT, #_n, _n, \ 213 #define PRINT_CREG_32bit(_ha, _n) asd_printk(STR_32BIT, #_n, _n, \ 233 asd_printk(STR_32BIT,#_n,CSEQ_##_n-CMAPPEDSCR,\ 428 asd_printk(STR_32BIT, #_n, _n, asd_read_reg_dword(_h, Lm##_n(_lseq))) 437 asd_printk(STR_32BIT, #_n, LmSEQ_##_n(_lseq)-LmSCRATCH(_lseq), \
|