Lines Matching refs:asd_printk

202 #define PRINT_REG_8bit(_ha, _n, _r) asd_printk(STR_8BIT, #_n, _n,      \
204 #define PRINT_REG_16bit(_ha, _n, _r) asd_printk(STR_16BIT, #_n, _n, \
206 #define PRINT_REG_32bit(_ha, _n, _r) asd_printk(STR_32BIT, #_n, _n, \
209 #define PRINT_CREG_8bit(_ha, _n) asd_printk(STR_8BIT, #_n, _n, \
211 #define PRINT_CREG_16bit(_ha, _n) asd_printk(STR_16BIT, #_n, _n, \
213 #define PRINT_CREG_32bit(_ha, _n) asd_printk(STR_32BIT, #_n, _n, \
220 #define PRINT_MREG_8bit(_ha, _m, _n, _r) asd_printk(MSTR_8BIT, _m, #_n, _n, \
222 #define PRINT_MREG_16bit(_ha, _m, _n, _r) asd_printk(MSTR_16BIT, _m, #_n, _n, \
224 #define PRINT_MREG_32bit(_ha, _m, _n, _r) asd_printk(MSTR_32BIT, _m, #_n, _n, \
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, \
242 asd_printk("%20s 0x%04x 0x%04x 0x%04x 0x%04x 0x%04x 0x%04x 0x%04x 0x%04x\n", \
254 asd_printk("%20s 0x%04x 0x%04x 0x%04x 0x%04x 0x%04x 0x%04x 0x%04x 0x%04x\n", \
269 asd_printk("CSEQ STATE\n");
271 asd_printk("ARP2 REGISTERS\n");
293 asd_printk("IOP REGISTERS\n");
298 asd_printk("CIO REGISTERS\n");
329 asd_printk("SCRATCH MEMORY\n");
331 asd_printk("MIP 4 >>>>>\n");
349 asd_printk("MIP 5 >>>>\n");
359 asd_printk("MIP 6 >>>>\n");
375 asd_printk("MIP 7 >>>>\n");
387 asd_printk("MDP 0 >>>>\n");
388 asd_printk("%-20s %6s %6s %6s %6s %6s %6s %6s %6s\n",
396 asd_printk("MDP 0 Mode 8 >>>>\n");
412 asd_printk("MDP 1 Mode 8 >>>>\n");
416 asd_printk("MDP 2 Mode 8 >>>>\n");
424 asd_printk(STR_8BIT, #_n, _n, asd_read_reg_byte(_h, Lm##_n(_lseq)))
426 asd_printk(STR_16BIT, #_n, _n, asd_read_reg_word(_h, Lm##_n(_lseq)))
428 asd_printk(STR_32BIT, #_n, _n, asd_read_reg_dword(_h, Lm##_n(_lseq)))
431 asd_printk(STR_8BIT, #_n, LmSEQ_##_n(_lseq)-LmSCRATCH(_lseq), \
434 asd_printk(STR_16BIT, #_n, LmSEQ_##_n(_lseq)-LmSCRATCH(_lseq), \
437 asd_printk(STR_32BIT, #_n, LmSEQ_##_n(_lseq)-LmSCRATCH(_lseq), \
440 asd_printk(STR_64BIT, #_n, LmSEQ_##_n(_lseq)-LmSCRATCH(_lseq), \
451 asd_printk("%20s[0x%x]: 0x%02x\n", LSEQmCIOREGS[i].name,
458 asd_printk("%20s[0x%x]: 0x%04x\n", LSEQmCIOREGS[i].name,
465 asd_printk("%20s[0x%x]: 0x%08x\n", LSEQmCIOREGS[i].name,
478 asd_printk("LSEQ %d STATE\n", lseq);
480 asd_printk("LSEQ%d: ARP2 REGISTERS\n", lseq);
501 asd_printk("LSEQ%d: IOP REGISTERS\n", lseq);
509 asd_printk("LSEQ%d: CIO REGISTERS\n", lseq);
510 asd_printk("Mode common:\n");
521 asd_printk("Mode unique:\n");
526 asd_printk("Mode %d\n", mode);
534 asd_printk("SCRATCH MEMORY\n");
536 asd_printk("LSEQ%d MIP 0 >>>>\n", lseq);
550 asd_printk("LSEQ%d MIP 1 >>>>\n", lseq);
566 asd_printk("LSEQ%d MIP 2 >>>>\n", lseq);
579 asd_printk("LSEQ%d MIP 3 >>>>\n", lseq);
589 asd_printk("LSEQ%d MDP 0 MODE %d >>>>\n", lseq, mode);
592 asd_printk(STR_16BIT, "RET_ADDR", 0,
595 asd_printk(STR_16BIT, "REG0_MODE", 2,
598 asd_printk(STR_16BIT, "MODE_FLAGS", 4,
601 asd_printk(STR_16BIT, "RET_ADDR2", 0x6,
604 asd_printk(STR_16BIT, "RET_ADDR1", 0x8,
607 asd_printk(STR_8BIT, "OPCODE_TO_CSEQ", 0xB,
610 asd_printk(STR_16BIT, "DATA_TO_CSEQ", 0xC,
615 asd_printk("LSEQ%d MDP 0 MODE 5 >>>>\n", lseq);
617 asd_printk(STR_16BIT, "RET_ADDR", 0,
619 asd_printk(STR_16BIT, "REG0_MODE", 2,
621 asd_printk(STR_16BIT, "MODE_FLAGS", 4,
623 asd_printk(STR_16BIT, "RET_ADDR2", 0x6,
625 asd_printk(STR_16BIT, "RET_ADDR1", 0x8,
627 asd_printk(STR_8BIT, "OPCODE_TO_CSEQ", 0xB,
629 asd_printk(STR_16BIT, "DATA_TO_CSEQ", 0xC,
632 asd_printk("LSEQ%d MDP 0 MODE 0 >>>>\n", lseq);
644 asd_printk("LSEQ%d MDP 0 MODE 1 >>>>\n", lseq);
654 asd_printk("LSEQ%d MDP 0 MODE 2 >>>>\n", lseq);
662 asd_printk("LSEQ%d MDP 0 MODE 4/5 >>>>\n", lseq);
675 asd_printk("LSEQ%d MDP 1 MODE 0 >>>>\n", lseq);
679 asd_printk("LSEQ%d MDP 1 MODE 1 >>>>\n", lseq);
683 asd_printk("LSEQ%d MDP 1 MODE 2 >>>>\n", lseq);
688 asd_printk("LSEQ%d MDP 1 MODE 4/5 >>>>\n", lseq);
696 asd_printk("LSEQ%d MDP 2 MODE 0 >>>>\n", lseq);
703 asd_printk("LSEQ%d MDP 2 MODE 1 >>>>\n", lseq);
709 asd_printk("LSEQ%d MDP 2 MODE 2 >>>>\n", lseq);
716 asd_printk("LSEQ%d MDP 2 MODE 4/5 >>>>\n", lseq);