Lines Matching refs:BIT
78 if (byte & BIT(6)) { in getSamplingFrequencyFromEDID()
81 } else if (byte & BIT(5)) { in getSamplingFrequencyFromEDID()
84 } else if (byte & BIT(4)) { in getSamplingFrequencyFromEDID()
87 } else if (byte & BIT(3)) { in getSamplingFrequencyFromEDID()
90 } else if (byte & BIT(2)) { in getSamplingFrequencyFromEDID()
93 } else if (byte & BIT(1)) { in getSamplingFrequencyFromEDID()
96 } else if (byte & BIT(0)) { in getSamplingFrequencyFromEDID()
107 if (byte & BIT(2)) { in getBitsPerSampleFromEDID()
110 } else if (byte & BIT(1)) { in getBitsPerSampleFromEDID()
113 } else if (byte & BIT(0)) { in getBitsPerSampleFromEDID()
249 if (pInfo->nSpeakerAllocation[0] & BIT(7)) { in getSpeakerAllocation()
251 } else if (pInfo->nSpeakerAllocation[0] & BIT(6)) { in getSpeakerAllocation()
253 } else if (pInfo->nSpeakerAllocation[0] & BIT(5)) { in getSpeakerAllocation()
255 } else if (pInfo->nSpeakerAllocation[0] & BIT(4)) { in getSpeakerAllocation()
257 } else if (pInfo->nSpeakerAllocation[0] & BIT(3)) { in getSpeakerAllocation()
259 } else if (pInfo->nSpeakerAllocation[0] & BIT(2)) { in getSpeakerAllocation()
261 } else if (pInfo->nSpeakerAllocation[0] & BIT(1)) { in getSpeakerAllocation()
263 } else if (pInfo->nSpeakerAllocation[0] & BIT(0)) { in getSpeakerAllocation()
267 if (pInfo->nSpeakerAllocation[1] & BIT(2)) { in getSpeakerAllocation()
269 } else if (pInfo->nSpeakerAllocation[1] & BIT(1)) { in getSpeakerAllocation()
271 } else if (pInfo->nSpeakerAllocation[1] & BIT(0)) { in getSpeakerAllocation()