Searched refs:STR_8BIT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_dump.c | 197 #define STR_8BIT " %30s[0x%04x]:0x%02x\n" macro 202 #define PRINT_REG_8bit(_ha, _n, _r) asd_printk(STR_8BIT, #_n, _n, \ 209 #define PRINT_CREG_8bit(_ha, _n) asd_printk(STR_8BIT, #_n, _n, \ 228 #define PRINT_MIS_byte(_ha, _n) asd_printk(STR_8BIT, #_n,CSEQ_##_n-CMAPPEDSCR,\ 424 asd_printk(STR_8BIT, #_n, _n, asd_read_reg_byte(_h, Lm##_n(_lseq))) 431 asd_printk(STR_8BIT, #_n, LmSEQ_##_n(_lseq)-LmSCRATCH(_lseq), \ 607 asd_printk(STR_8BIT, "OPCODE_TO_CSEQ", 0xB, in asd_dump_lseq_state() 627 asd_printk(STR_8BIT, "OPCODE_TO_CSEQ", 0xB, in asd_dump_lseq_state()
|