Searched refs:exc (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/ |
D | mesh.c | 1033 int err, exc, count; in handle_error() local 1037 exc = in_8(&mr->exception); in handle_error() 1040 MKWORD(err, exc, mr->fifo_count, mr->count_lo)); in handle_error() 1056 if (exc & EXC_RESELECTED) { in handle_error() 1096 if (exc & EXC_RESELECTED) { in handle_error() 1104 if (exc == EXC_PHASEMM) { in handle_error() 1111 err, exc); in handle_error() 1113 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc); in handle_error() 1129 int exc; in handle_exception() local 1132 exc = in_8(&mr->exception); in handle_exception() [all …]
|
/drivers/pci/pcie/ |
D | dpc.c | 190 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local 200 pci_read_config_dword(pdev, cap + PCI_EXP_DPC_RP_PIO_EXCEPTION, &exc); in dpc_process_rp_pio_error() 202 sev, syserr, exc); in dpc_process_rp_pio_error()
|
/drivers/perf/ |
D | arm-cmn.c | 641 u32 exc = CMN_EVENT_WP_EXCLUSIVE(event); in arm_cmn_wp_config() local 647 FIELD_PREP(CMN_DTM_WPn_CONFIG_WP_EXCLUSIVE, exc); in arm_cmn_wp_config()
|