Home
last modified time | relevance | path

Searched refs:ahd_print_register (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/scsi/aic7xxx/
H A Daic79xx_reg_print.c_shipped26 return (ahd_print_register(INTSTAT_parse_table, 9, "INTSTAT",
71 return (ahd_print_register(INTCTL_parse_table, 8, "INTCTL",
221 return (ahd_print_register(NULL, 0, "SCSIBUS",
233 return (ahd_print_register(SELID_parse_table, 2, "SELID",
331 return (ahd_print_register(NULL, 0, "SOFFCNT",
529 return (ahd_print_register(NULL, 0, "SELOID",
616 return (ahd_print_register(NULL, 0, "SRAM_BASE",
623 return (ahd_print_register(NULL, 0, "QFREEZE_COUNT",
637 return (ahd_print_register(NULL, 0, "SAVED_MODE",
699 return (ahd_print_register(NULL, 0, "MK_MESSAGE_SCB",
[all …]
H A Daic79xx_reg.h_shipped19 ahd_print_register(NULL, 0, "INTSTAT", 0x01, regvalue, cur_col, wrap)
26 ahd_print_register(NULL, 0, "HS_MAILBOX", 0x0b, regvalue, cur_col, wrap)
33 ahd_print_register(NULL, 0, "SEQINTSTAT", 0x0c, regvalue, cur_col, wrap)
40 ahd_print_register(NULL, 0, "INTCTL", 0x18, regvalue, cur_col, wrap)
47 ahd_print_register(NULL, 0, "DFCNTRL", 0x19, regvalue, cur_col, wrap)
54 ahd_print_register(NULL, 0, "DFSTATUS", 0x1a, regvalue, cur_col, wrap)
82 ahd_print_register(NULL, 0, "DFFSTAT", 0x3f, regvalue, cur_col, wrap)
110 ahd_print_register(NULL, 0, "SELID", 0x49, regvalue, cur_col, wrap)
124 ahd_print_register(NULL, 0, "SSTAT0", 0x4b, regvalue, cur_col, wrap)
131 ahd_print_register(NULL, 0, "SSTAT1", 0x4c, regvalue, cur_col, wrap)
[all …]
H A Daic79xx.h1458 int ahd_print_register(const ahd_reg_parse_entry_t *table,
H A Daic79xx_core.c9584 ahd_print_register(const ahd_reg_parse_entry_t *table, u_int num_entries, in ahd_print_register() function