Home | History | Annotate | Download | only in microcode

Lines Matching defs:loophalf

106 in_first_half(unsigned int loophalf)
110 return REG_READ_4(0x2814) < loophalf;
114 in_second_half(unsigned int loophalf)
118 return REG_READ_4(0x2814) >= loophalf;
184 unsigned int loopend = 0,loophalf = 0;
216 if (in_second_half(loophalf)) {
223 if (in_first_half(loophalf)) {
230 if (in_second_half(loophalf)) {
236 if (in_first_half(loophalf)) {
266 loophalf = loopend / 2;