Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/block/
DDAC960.h2624 bool ErrorStatusPending:1; member
2832 if (!ErrorStatusRegister.Bits.ErrorStatusPending) return false; in DAC960_GEM_ReadErrorStatus()
2833 ErrorStatusRegister.Bits.ErrorStatusPending = false; in DAC960_GEM_ReadErrorStatus()
2934 bool ErrorStatusPending:1; /* Bit 2 */ member
3138 if (!ErrorStatusRegister.Bits.ErrorStatusPending) return false; in DAC960_BA_ReadErrorStatus()
3139 ErrorStatusRegister.Bits.ErrorStatusPending = false; in DAC960_BA_ReadErrorStatus()
3239 bool ErrorStatusPending:1; /* Bit 2 */ member
3440 if (!ErrorStatusRegister.Bits.ErrorStatusPending) return false; in DAC960_LP_ReadErrorStatus()
3441 ErrorStatusRegister.Bits.ErrorStatusPending = false; in DAC960_LP_ReadErrorStatus()
3553 bool ErrorStatusPending:1; /* Bit 2 */ member
[all …]