Searched refs:ocfg (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | disp_gu1.c | 456 unsigned long ocfg, lock; local in function:gu1_set_display_bpp 459 ocfg = READ_REG32(DC_OUTPUT_CFG) & ~(DC_OCFG_8BPP | DC_OCFG_555); 464 ocfg |= DC_OCFG_8BPP; 466 ocfg |= DC_OCFG_555; 471 WRITE_REG32(DC_OUTPUT_CFG, ocfg); 491 unsigned long gcfg, tcfg, ocfg; local in function:gu1_set_specified_mode 641 ocfg = DC_OCFG_PCKE | DC_OCFG_PDEL | DC_OCFG_PDEH; 646 ocfg |= DC_OCFG_8BPP; 648 ocfg |= DC_OCFG_555; 740 WRITE_REG32(DC_OUTPUT_CFG, ocfg); [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | disp_gu1.c | 233 unsigned long ocfg, lock; local in function:gu1_set_display_bpp 236 ocfg = READ_REG32(DC_OUTPUT_CFG) & ~(DC_OCFG_8BPP | DC_OCFG_555); 240 ocfg |= DC_OCFG_8BPP; 242 ocfg |= DC_OCFG_555; 247 WRITE_REG32(DC_OUTPUT_CFG, ocfg); 266 unsigned long gcfg, tcfg, ocfg; local in function:gu1_set_specified_mode 387 ocfg = DC_OCFG_PCKE | DC_OCFG_PDEL | DC_OCFG_PDEH; 391 ocfg |= DC_OCFG_8BPP; 393 ocfg |= DC_OCFG_555; 486 WRITE_REG32(DC_OUTPUT_CFG, ocfg); [all...] |
Completed in 4 milliseconds