Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmizerclip.c411 int octant, unsigned int bias, int oc1, int oc2) in miZeroClipLine() argument
435 if ((oc1 & oc2) != 0) { /* trivial reject */ in miZeroClipLine()
437 clip1 = oc1; in miZeroClipLine()
441 else if ((oc1 | oc2) == 0) { /* trivial accept */ in miZeroClipLine()
452 if (oc1 == 0) { in miZeroClipLine()
455 SWAPINT(oc1, oc2); in miZeroClipLine()
460 clip1 |= oc1; in miZeroClipLine()
461 if (oc1 & OUT_LEFT) { in miZeroClipLine()
483 else if (oc1 & OUT_ABOVE) { in miZeroClipLine()
505 else if (oc1 & OUT_RIGHT) { in miZeroClipLine()
[all …]
H A Dmizerline.c111 int oc1, oc2; in miZeroLine() local
184 oc1 = oc2; in miZeroLine()
226 if ((oc1 | oc2) != 0) { in miZeroLine()
231 octant, bias, oc1, oc2); in miZeroLine()
286 if ((oc1 | oc2) != 0) { in miZeroLine()
291 octant, bias, oc1, oc2); in miZeroLine()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbseg.c357 unsigned int oc1; /* outcode of point 1 */ in fbSegment() local
400 oc1 = 0; in fbSegment()
402 OUTCODES(oc1, x1, y1, pBox); in fbSegment()
404 if ((oc1 | oc2) == 0) { in fbSegment()
409 else if (oc1 & oc2) { in fbSegment()
422 octant, bias, oc1, oc2) == -1) { in fbSegment()
/OK3568_Linux_fs/kernel/drivers/thermal/tegra/
H A Dsoctherm.c1036 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local
1041 oc1 = st & OC_INTR_OC1_MASK; in soctherm_edp_isr_thread()
1045 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread()
1052 if (oc1 && !soctherm_handle_alarm(THROTTLE_OC1)) in soctherm_edp_isr_thread()
1064 if (oc1 && soc_irq_cdata.irq_enable & BIT(0)) in soctherm_edp_isr_thread()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A Dnvidia,tegra124-soctherm.txt154 throttle_oc1: oc1 {