Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/coremctl/
HDcoremctl_reg.h22 #define PCI_E3_ERRSTS_DMERR __BIT(1) macro
/dragonfly/sys/dev/misc/ecc/
HDecc_e3.c306 if (errsts & (PCI_E3_ERRSTS_DSERR | PCI_E3_ERRSTS_DMERR)) { in ecc_e3_sensor_task()
309 if (errsts & PCI_E3_ERRSTS_DMERR) in ecc_e3_sensor_task()