Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dedac_module.c54 else if (opstate == OP_RUNNING_INTERRUPT) in edac_op_state_to_string()
H A Dedac_pci.c225 pci->op_state = OP_RUNNING_INTERRUPT; in edac_pci_add_device()
H A Dmpc85xx_edac.c572 edac_dev->op_state = OP_RUNNING_INTERRUPT; in mpc85xx_l2_err_probe()
/linux/include/linux/
H A Dedac.h331 #define OP_RUNNING_INTERRUPT 0x202 macro