Searched refs:CORB_READ_POS_RESET (Results 1 – 2 of 2) sorted by relevance
412 corbReadPointer |= CORB_READ_POS_RESET; in HDA_InitCorbRirbPos()418 if ((corbReadPointer & CORB_READ_POS_RESET) != 0) in HDA_InitCorbRirbPos()421 if ((corbReadPointer & CORB_READ_POS_RESET) == 0) { in HDA_InitCorbRirbPos()432 corbReadPointer &= ~CORB_READ_POS_RESET; in HDA_InitCorbRirbPos()437 if ((corbReadPointer & CORB_READ_POS_RESET) == 0) in HDA_InitCorbRirbPos()440 if ((corbReadPointer & CORB_READ_POS_RESET) != 0) { in HDA_InitCorbRirbPos()
52 #define CORB_READ_POS_RESET (1 << 15) macro