Home
last modified time | relevance | path

Searched refs:irq_proc (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dmailbox.c449 struct MBOX_IRQ_PROC_REGISTERS *irq_proc, in hif_dev_dump_registers() argument
457 if (irq_proc) { in hif_dev_dump_registers()
458 hif_debug("HostIntStatus: 0x%x ", irq_proc->host_int_status); in hif_dev_dump_registers()
459 hif_debug("CPUIntStatus: 0x%x ", irq_proc->cpu_int_status); in hif_dev_dump_registers()
460 hif_debug("ErrorIntStatus: 0x%x ", irq_proc->error_int_status); in hif_dev_dump_registers()
462 irq_proc->counter_int_status); in hif_dev_dump_registers()
463 hif_debug("MboxFrame: 0x%x ", irq_proc->mbox_frame); in hif_dev_dump_registers()
464 hif_debug("RxLKAValid: 0x%x ", irq_proc->rx_lookahead_valid); in hif_dev_dump_registers()
465 hif_debug("RxLKA0: 0x%x", irq_proc->rx_lookahead[0]); in hif_dev_dump_registers()
466 hif_debug("RxLKA1: 0x%x ", irq_proc->rx_lookahead[1]); in hif_dev_dump_registers()
[all …]
H A Dmailbox.h190 struct MBOX_IRQ_PROC_REGISTERS *irq_proc,