HomeSort by: relevance | last modified time | path
    Searched refs:Bus (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_i2c.c 43 * First I2C Bus: Typically used for detecting a VGA monitor.
46 ViaI2C1PutBits(I2CBusPtr Bus, int clock, int data)
48 vgaHWPtr hwp = Bus->DriverPrivate.ptr;
61 ViaI2C1GetBits(I2CBusPtr Bus, int *clock, int *data)
63 vgaHWPtr hwp = Bus->DriverPrivate.ptr;
83 "Initialization of I2C Bus 1 failed.\n");
89 pI2CBus->BusName = "I2C Bus 1";
104 "Initialization of I2C Bus 1 failed.\n");
116 * Second I2C Bus: Used to detect a DVI monitor, VGA monitor via
120 ViaI2C2PutBits(I2CBusPtr Bus, int clock, int data
    [all...]
  /xsrc/external/mit/xf86-video-imstt/dist/src/
imstt.h 27 CARD32 Bus;
  /xsrc/external/mit/xf86-video-ark/dist/src/
ark.h 51 CARD32 Bus;
  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
CD_Structs.h 133 UINT8 Bus;
139 UINT8 Bus;
147 UINT32 Bus : 8;
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_ddc.c 61 if (cPtr->Bus == ChipsVLB) /* GPIO 3-7 are used as address bits */
206 if (cPtr->Bus == ChipsVLB) /* GPIO 3-7 are used as address bits */
ct_driver.c 875 /* Isa Bus */
992 /* We only want ISA/VL Bus - so check for PCI Bus */
1060 cPtr->PciTag = pciTag(cPtr->PciInfo->bus,
2001 /* bus type */
2004 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "PCI Bus\n");
2005 cPtr->Bus = ChipsPCI;
2007 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "VL Bus\n");
2008 cPtr->Bus = ChipsVLB;
2656 /* bus type *
    [all...]
ct_driver.h 137 /* Flag Bus Types */
330 CARD32 Bus;

Completed in 13 milliseconds