Searched refs:DC3_LNCNT_V_LINE_CNT (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vg.c2930 ((line & DC3_LNCNT_V_LINE_CNT) >> 16) < 10 ||
2931 ((line & DC3_LNCNT_V_LINE_CNT) >> 16) > 15);
3367 ((line & DC3_LNCNT_V_LINE_CNT) >> 16) < 1 ||
3368 ((line & DC3_LNCNT_V_LINE_CNT) >> 16) > 5);
3559 current_line = READ_REG32(DC3_LINE_CNT_STATUS) & DC3_LNCNT_V_LINE_CNT;
3562 (READ_REG32(DC3_LINE_CNT_STATUS) & DC3_LNCNT_V_LINE_CNT));
H A Dcim_df.c1668 ((line & DC3_LNCNT_V_LINE_CNT) >> 16) < 10 ||
1669 ((line & DC3_LNCNT_V_LINE_CNT) >> 16) > 15);
1958 ((line & DC3_LNCNT_V_LINE_CNT) >> 16) < 1 ||
1959 ((line & DC3_LNCNT_V_LINE_CNT) >> 16) > 5);
H A Dcim_regs.h526 #define DC3_LNCNT_V_LINE_CNT 0x07FF0000 macro

Completed in 12 milliseconds