HomeSort by: relevance | last modified time | path
    Searched defs:port_val (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-geode/dist/src/panel/
cen9211.c 408 unsigned char port_val; local
412 port_val = gfx_inb(CENT_97317_CLOCK_PORT);
415 (unsigned char) (port_val | CENT_97317_CLOCK_MASK));
419 (unsigned char) (port_val & ~CENT_97317_CLOCK_MASK));
  /xsrc/external/mit/xf86-video-nsc/dist/src/panel/
cen9211.c 511 unsigned char port_val; local
515 port_val = gfx_inb(CENT_97317_CLOCK_PORT);
518 (unsigned char)(port_val | CENT_97317_CLOCK_MASK));
522 (unsigned char)(port_val & ~CENT_97317_CLOCK_MASK));

Completed in 6 milliseconds